Skip to main content

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

Successful response