Stock line items
The stock line item object and the allowed CRUD operations on the related resource endpoint
- If an order is not split, the stock line items correspond to all the SKUs in the order.
- If the order is split, the line items are split into more than one shipment. A single line item can also be split into more than one stock line item.
Check the related ER diagram and explore the flowchart that illustrates how the stock line item resource relates to the other API entities.
Check the related guide to learn more about the available inventory model strategies, how they work, and how stock line items are managed based on each of them.
This is an immutable API, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of stock line items or a specific single one.
Last modified 1yr ago