Skip to main content
GET
/
seller
/
orders
/
{id}
/
packing-slip
Create packing slip
curl --request GET \
  --url https://api.managem.co.uk/seller/orders/{id}/packing-slip \
  --header 'Authorization: Bearer <token>'
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Order ID

Query Parameters

format
enum<string>

Format to generate the packing slip in

Available options:
pdf,
csv

Response

Packing Slip

Packing slip document in PDF format