Reserved stocks

The reserved stock object and the allowed CRUD operations on the related resource endpoint

Reserved stocks are used to refresh the reserved quantities associated with a specific stock item. They are automatically generated as part of the stock reservations workflow and cannot be created manually.

Stock item's reserved quantities determine the actual availability of an SKU in a stock location. You can include them as a relationship path when fetching a list of SKUs (or a single one) to check their real-time stock availability (additional computation on your side is required).

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 reserved stocks or a specific single one.

Last updated