Trigger replenishment
Replenishment
Trigger replenishment
Trigger a replenishment process for a specific product at a location. Used to restock pick faces from bulk storage.
POST
Trigger replenishment
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
account_id | Yes | Stock account ID |
location_id | Yes | Pickface location ID to replenish |
product_id | Yes | Product ID to replenish |
Behavior
- Initiates replenishment from bulk storage to the specified pickface location
- Creates replenishment tasks for warehouse operators
- Used to maintain stock levels in picking areas
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
Replenishment triggered successfully

