Height adjustable

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

Info

Skrym uses bearer tokens to authenticate client requests. Further information on how users are onboarded and provided a bearer token can be found in Authentication.

Inserting a height-adjustable package

postapi.skrym.com/repo.InsertHeightAdjustablePackage

Additional Request Information

Data fieldDescription
materialMaterial the package is made of. Expects "Cardboard", "Plastic", "Paper", or "Unknown". Defaults to "Unknown" if not provided or unrecognized.

Ensure that minimum heights are strictly less than maximum heights, and that (inner) dimensions are less than outer dimensions.

Response

CodeDescription
✅ - 200Successful.
🚨 - 400Invalid argument provided.
🚨 - 401Unauthenticated user, token may not be valid or has expired.
🚨 - 409A package with the given ID already exists.
🚨 - 500Internal error, contact Skrym staff if persistent.

400 Response

401 Response

409 Response

500 Response

Height adjustment in optimization

Skrym optimization will estimate the resulting dimensions of the package, including the adjusted height. This facilitates related calculations such as emissions and cost estimates.

Overlapping volume

If you have one or more height-adjustable packages with overlapping possible volume intervals, Skrym optimization will choose the package with the smallest resulting volume. This means that if it is possible to place the products in a package with a larger base area (but lower height) to achieve a lower resulting volume, Skrym will follow such behavior.