Update an inventory level
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Path Parameters
Body
New minimum quantity threshold (>= 1).
5
New maximum quantity threshold (>= 1; must be > minQuantity unless both equal 1).
20
Whether to include used inventory in stock calculations.
false
Whether to automatically create restock orders when stock is low.
false
Set to false to soft-delete the inventory level. Setting true on an inactive level is rejected.
false
Customer purchase order number to apply to restock orders created from this level
"PO-12345"
Response
Inventory level updated
Inventory level configuration with current stock details for a specific SKU, warehouse, and region
Unique identifier for this inventory level configuration
"123e4567-e89b-12d3-a456-426614174000"
ID of the SKU whose stock level this configuration controls
"123e4567-e89b-12d3-a456-426614174000"
ID of the warehouse where this inventory level applies
"123e4567-e89b-12d3-a456-426614174000"
Minimum quantity threshold
5
Maximum quantity threshold
20
Whether used inventory is included in stock calculations
Whether inventory orders are automatically created when stock is low
Whether this inventory level is active
Current stock details for this inventory level
ID of the region scope for this inventory level; null means the organization's default region
"123e4567-e89b-12d3-a456-426614174000"
Optional customer PO number copied to restock orders created from this level
"PO-12345"
Inventory order id created by autoCreate; null when no restock was triggered.
"123E4567-E89B-12D3-A456-426614174000"