v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBSales orders
Retrieve a pick list
Returns a pick list for a sales order. Pick list is delivered as Base64-encoded data.
Pick lists contain the items for the order, and their locations, optimized for your picking flow.
get/sales_orders/{id}/pick_list
Path parameters
idinteger required
ID for the sales order to be included in the filter
Query parameters
format'a4_pdf' | '10x19_pdf'
Format for the pick list. Available: a4_pdf, 10x19_pdf
Response
Successful.
Example response
[
{
"base64": "JVBERi0xLjMKJf//////AAAAAA...",
"file_format": "pdf"
}
]