Skrym LogoFixed

Fixed

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

Package variations

Skrym allows for multiple variations of a fixed package with the same ID. This may occur when a package can be cut down to multiple known heights.

In such cases, each of the different possible heights of the package, along with the fixed length and width, is represented as a separate variation of the same package with differing dimensions.

Info

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

Endpoints

Inserting

To insert a package for your organization, use the following endpoint:

postapi.skrym.com/repo.InsertFixedPackage

Fetching

To fetch a specific package, use the following endpoint:

postapi.skrym.com/repo.GetFixedPackage

You can also fetch all your fixed packages using this endpoint:

postapi.skrym.com/repo.GetFixedPackages