v1

latestOpenAPI 3.0.12026-08-0688138402.2 KB
Sales orders

Retrieve packing slips

Returns packing slips for specific sales orders. Limit: 25 sales order IDs per request.

Packing slips are branded slips used for disclosing which orders are sent to the end customer.

get/packing_slips

Query parameters

idsstring[] required

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

output_format'a4_pdf' | '10x19_pdf'

Format for the packing slips. Available: a4_pdf, 10x19_pdf

Response

Successful.

idinteger

ID for sales order

Example response

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