Create a pickface product assignment
Products
Create a pickface product assignment
Assign a product to a pickface location for replenishment. Exactly one of location_id or location_group_id must be provided to specify where the product will be picked from.
POST
Create a pickface product assignment
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
product_id | Yes | The product to assign to a pickface |
location_id | Conditional | Pickface location ID (exactly one of location_id or location_group_id required) |
location_group_id | Conditional | Location group ID (exactly one of location_id or location_group_id required) |
replenishment_type | No | Type of replenishment: continuous, demand, or order_volume |
trigger_min | No | Minimum stock level that triggers replenishment (>= 0) |
trigger_max | No | Maximum stock level for replenishment target (>= 0) |
priority | No | Replenishment priority (>= 0, lower number = higher priority) |
full_storage_units_only | No | Whether to replenish only with full storage units |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Pickface product assignment created successfully
Response containing a pickface product assignment with its relationships

