Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Download Label

Introduction

This API document is a draft

To get the label of a shipment we need to know its unique ID, not shipment number or tracking related information.

The label will be returned as a base 64 encoded string containing the pdf formatted label document with one label per page.

GET /shipments/{uniqueId}/label 

Example Requests

GET /shipments/3fa85f64-5717-4562-b3fc-2c963f66afa6/label 

Example Responses

HTTP 200

{ 
  "format": "pdf", 
  "base64String": "string" 
} 

HTTP 400, 404

{ 
  "type": "string", 
  "title": "string", 
  "status": 0, 
  "detail": "string", 
  "instance": "string", 
  "additionalProp1": "string", 
  "additionalProp2": "string", 
  "additionalProp3": "string" 
}