Create a new inventory level configuration for a SKU at a warehouse
Creates an inventory level configuration that defines the minimum and maximum stock thresholds for a specific SKU at a specific warehouse. Optionally scoped to a region. Returns 409 if a level already exists for the same SKU + warehouse + region combination.
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Body
Request to create an inventory level configuration
ID of the SKU to set inventory levels for
"123e4567-e89b-12d3-a456-426614174000"
ID of the warehouse
"123e4567-e89b-12d3-a456-426614174000"
Minimum quantity threshold
x >= 15
Maximum quantity threshold
x >= 120
Whether to include used inventory in stock calculations
false
Whether to automatically create inventory orders when stock is low
false
ID of the region (optional; uses org default when not provided)
"123e4567-e89b-12d3-a456-426614174000"
Customer purchase order number to apply to restock orders created from this level
"PO-12345"
Response
Inventory level created successfully
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"