v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Sales 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.

base64string

Data encoded in Base64 format.

file_formatstring

File format for the returned PDF data.

Example response

[
  {
    "base64": "JVBERi0xLjMKJf//////AAAAAA...",
    "file_format": "pdf"
  }
]