Skip to main content
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:
Status values: pending, completed, failed

Error Codes

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.

X-Clarus-Subdomain
string
header
required

The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.

Body

application/json

Request body for consolidated pick processing

ids
integer[]
required

Array of goods out order IDs to consolidate into a single pick list

Minimum array length: 1
goods_out_pick_list_attributes
object

Optional attributes for the created pick list

Response

Pick processing queued successfully

Response containing process references for tracking pick processing status

process_references
string[]

Array of process reference strings for tracking the queued pick processing jobs via GraphQL