Create Pick List
Creates a new pick list. Status defaults to DRAFT.
Requires scope: pick_lists:write
Authentication
API_KEYstring
API Key authentication via header
Request
This endpoint expects an object.
name
Display name for the pick list. Required. Maximum 255 characters.
fromLocationId
ID of the source location to pick from. Required.
toLocationId
ID of the destination location to transfer to. Required.
note
Optional note or description.
requestDate
Requested date for the pick (ISO 8601 date, e.g. 2026-03-25).
Response
This endpoint returns an object.
id
Unique identifier for the pick list.
name
Display name of the pick list.
status
Current status of the pick list.
fromLocation
Source location materials are picked from.
toLocation
Destination location materials are transferred to.
materialCount
Number of distinct material line items in this pick list.
kitCount
Number of kit line items in this pick list.
createdAt
ISO 8601 timestamp when the record was created.
updatedAt
ISO 8601 timestamp when the record was last updated.
note
Optional note or description for this pick list.
requestDate
Requested date for the pick (ISO 8601 date, e.g. 2026-03-25).
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error