GET
/
v1
/
order
/
{id}
/
documents

Path Parameters

id
string
required

Unique reference number for the order: either order.id (starts with "ord_") or order.externalId

Query Parameters

loadData
boolean
required

Whether to load the document data and return it as part of the response.

Response

200 - application/json
contenttype
string
required

The content type of the document

createdAt
string
required

The date and time when the document was created

id
string
required

The id of the document

type
enum<string>
required

The type of the document

Available options:
shipping_label,
pickup_label,
manifest
url
string
required

The URL of the document

data
string | null

The data of the document