Skip to main content
GET
/
stores
/
{storeId}
/
shipments
/
{shipmentId}
/
documents
/
{documentType}
Download Shipment Document
curl --request GET \
  --url https://api.getredo.com/v2.2/stores/{storeId}/shipments/{shipmentId}/documents/{documentType} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

shipmentId
string
required

Shipment ID

Example:

"67c7e87a2c8c262c0ddc9861"

documentType
enum<string>
required

Type of document to download Type of shipping document.

Available options:
label,
commercialInvoice
storeId
string
required

Store ID

Example:

"64e5a8a1af49a89df37e4ee7"

Response

Success

The response is of type file.