Shipping categories

The shipping category object and the allowed CRUD operations on the related resource endpoint

Shipping categories determine which shipping methods are available for the associated SKUs. Unless the selected inventory model strategy is no splitarrow-up-right, if an order contains line items belonging to more than one shipping category it is split into more shipments.

circle-info

In case the inventory model strategy is left as default — no split — just a single shipment is always created, no matter if the order contains SKUs associated with different shipping categories. In this case, the number of available shipping methods will increase accordingly since they won't be filtered by shipping category.

You can optionally define a custom alphanumeric (case-sensitive) code for your shipping categories, provided that it's unique across the environment (it can contain underscore and hyphens, spaces are not allowed, the maximum length is 25 characters).

chevron-rightData modelhashtag

Check the related ER diagramarrow-up-right and explore the flowchart that illustrates how the shipping category resource relates to the other API entities.

chevron-rightHow-tohashtag

Check the related guidearrow-up-right to learn more about the available inventory model strategies, how they work, and how shipping categories are involved in the process.

Last updated