Export Pick Lists
GET/api/v2/pick-lists/export
Download the pick list results as an Excel/CSV file.
Authentication: Requires Bearer token. Scope: warehouses. content_mode=summary yields one row per pick list (Pick List #, Warehouse, Status, Lines, Resolved, Orders, Assignee, Created, Started, Completed). content_mode=line_items yields one row per pick line (Pick List #, Warehouse, Seq, Bin, SKU, Product, Order #, Qty, Qty Picked, Line Status). scope=filtered honours the active filters; scope=all ignores them; scope=selected restricts to the ids param.
Returns a binary file download (Content-Type application/vnd.openxmlformats-officedocument.spreadsheetml.sheet for xlsx, text/csv for csv), not JSON.
Request
Responses
- 200
- 401
- 403
- 429
Successful response
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.