Skip to main content
POST
Process picks asynchronously

Request Structure

Key Fields

Prerequisites

  • Orders must be in PENDING or ALLOCATED status
  • Account/warehouse permissions must allow pick processing

Behavior

  • Returns process_references for tracking pick list generation
  • Each order gets its own pick list (use /process_and_consolidate_picks to merge)
  • Orders are grouped by warehouse
  • Crossdock orders are processed separately from sales orders
  • Pick type can be standard (traditional picking) or tote (container-based batch picking)

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 asynchronous pick processing

ids
integer[]
required

Array of goods out order IDs to process

Minimum array length: 1

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