Skip to main content
POST
Complete picking for a picklist

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

id
integer
required

The picklist ID.

Body

application/json
items
object[]
required
Minimum array length: 1

Response

Picklist completed (or already completed on a safe retry).

success
boolean
Example:

true

message
string
Example:

"Picklist completed successfully"

picklist_id
integer
Example:

4821

already_completed
boolean

true when the picklist was already picked/packed and this call moved no stock.

Example:

false

items_updated
integer
Example:

3

transfers_completed
integer

0 on an already-completed retry.

Example:

3

wip_location_id
integer | null
Example:

9903

wip_location_name
string | null
Example:

"WIP-PICKLIST-4821"