Skip to main content
PATCH
Update pick list item

Path Parameters

id
string<uuid>
required

Pick list ID

itemId
string<uuid>
required

Pick list item ID

Body

application/json
status
enum<string>

Item status

Available options:
pending,
picked,
unavailable
picked_quantity
integer

Quantity picked

Required range: x >= 0
notes
string | null

Notes for the item

tote_id
string

Tote ID to assign this item to

bag_id
string<uuid>

Bag ID to assign this item to (used in cold pick)

Response

Item updated successfully

success
boolean
required
item
unknown
error
string
message
string