Update Pick List
Updates mutable fields on a pick list. Only fields included in the request body are modified.
Requires scope: pick_lists:write
Authentication
API_KEYstring
API Key authentication via header
Path parameters
id
Pick list ID.
Request
This endpoint expects an object.
name
Updated display name. Maximum 255 characters.
note
Updated note. Pass null to clear.
status
Updated status. Returns 400 with a list of valid values if an unrecognized status is provided.
requestDate
Updated request date. Pass null to clear.
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