Skrym LogoFixed

Fixed

This page details the endpoints you can use to modify your fixed package data within Skrym

Package variations

Skrym allows for having multiple variations of a fixed package with the same ID. This may happen in cases where a package can be cut down at multiple known heights.

In such cases, each of the different possible heights of the package, along with the fixed length and width are represented as multiple variations of the same package with differing dimensions.

Info

Each package variation may have its own alias and dimensions, but other details must be ensured to be the same across all package variations in order to guarantee meaningful results.

Endpoints

Inserting

In order to insert a package for your organization, you can use the following endpoint:

postapi.skrym.com/repo.InsertFixedPackage

Fetching

If you want to fetch a specific package, you can use the following endpoint:

postapi.skrym.com/repo.GetFixedPackage

It is also possible to fetch all your fixed packages using this endpoint:

postapi.skrym.com/repo.GetFixedPackages