API reference
Search
K
Links

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 split, if an order contains line items belonging to more than one shipping category it is split into more shipments.
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 (not 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).
Data model
Check the related ER diagram and explore the flowchart that illustrates how the shipping category resource relates to the other API entities.
How-to
Check the related guide to learn more about the available inventory model strategies, how they work, and how shipping categories are involved in the process.