v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Sales orders

Retrieve pick lists

Return pick lists for specific sales orders. Limit: 25 sales order IDs per request.

Pick lists contain the items for the order, and their locations, optimized for your picking flow.

get/pick_lists

Query parameters

idsstring[] required

A list of sales order IDs that you want to fetch pick lists for. Examples 10075,10076,10077

output_format'a4_pdf' | '10x19_pdf'

Format for the pick lists. Available: a4_pdf, 10x19_pdf

Response

Successful.

idinteger

ID for sales order

Example response

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