Process and consolidate picks
Goods Out: Pick Lists
Process and consolidate picks
Process multiple goods out orders into a single consolidated pick list. All orders must have the same pick_type (standard or tote). Crossdock orders are always processed separately.
POST
Process and consolidate picks
Request Structure
Key Fields
Prerequisites
- Orders must be in PENDING or ALLOCATED status
- All orders must have the same
pick_type(standard or tote)
Behavior
- Returns process_references for tracking pick list generation
- Merges multiple orders into a single consolidated pick list
- Crossdock orders are always processed separately (not consolidated)
- Sales orders and work orders can be consolidated together if same pick_type
Tracking Status
Poll for completion via GraphQL:pending, completed, failed
Error Codes
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
Pick processing queued successfully
Response containing process references for tracking pick processing status
Array of process reference strings for tracking the queued pick processing jobs via GraphQL

