Get the documents for an order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique reference number for the order: either order.id (starts with "ord_") or order.externalId
"ord_1234567890"
Whether to load the document data and return it as part of the response.
OK
The date and time when the document was created
"2023-08-29T19:17:46.264523"
The id of the document
"doc_1234567890"
The type of the document
shipping_label, pickup_label, manifest "shipping_label"
The content type of the document
"application/pdf"
The URL of the document
"https://example.com/document.pdf"
The data of the document
"SGVsbG8gd29ybG="