Search Documentation
Search for a documentation page...
Inventory API
REST API endpoints for viewing and adjusting product stock levels.
The Inventory API provides stock-level visibility and adjustment for product variants that have SKUs assigned.
List Inventory
Returns inventory levels for all variants with SKUs. Uses cursor-based pagination.
Query Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | number | 50 | Items per page (1-100) |
cursor | string | — | Variant UUID cursor for pagination |
lowStock | number | — | Filter variants with stock below this threshold |
Response
Adjust Inventory
Adjusts the stock level for a variant by SKU. Use positive delta to add stock, negative to subtract.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
delta | number | Yes | Stock change (positive to add, negative to subtract) |
reason | string | Yes | restock, correction, damaged, or return |