Order
Get Order Documents
Get the documents for an order
GET
/
v1
/
order
/
{id}
/
documents
Path Parameters
id
string
requiredUnique reference number for the order: either order.id (starts with "ord_") or order.externalId
Query Parameters
loadData
boolean
requiredWhether to load the document data and return it as part of the response.
Response
200 - application/json
createdAt
string
requiredThe date and time when the document was created
id
string
requiredThe id of the document
type
enum<string>
requiredThe type of the document
Available options:
shipping_label
, pickup_label
, manifest
contenttype
string
requiredThe content type of the document
url
string
requiredThe URL of the document
data
string | null
The data of the document