Shipping Labels & Stamps API
This API allows you to create shipping labels and stamps for your shipments.
Authentication
All endpoints require a valid API key passed in the X-API-Key
header.
Create a shipping stamp
Creates a new shipping stamp for a shipment.
The generated stamp will be available for download through the returned URL for 24 hours.
Request Body
shipmentId
stringformat
string
id
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional
Responses
shipmentId
stringformat
stringid
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional
Create a shipping label
Creates a new shipping label for a shipment.
The generated label will be available for download through the returned URL for 24 hours.
Request Body
shipmentId
stringformat
string
id
stringoptionalsize
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional
Responses
shipmentId
stringformat
stringid
stringoptionalsize
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional
Get tracking number
Retrieves the tracking number associated with a shipping label.
path Parameters
id
stringrequiredThe ID of the shipping label
query Parameters
format
stringThe format of the response
limit
integerMaximum number of tracking events to return
carrier
stringFilter tracking information by specific carrier
events_since
stringOnly return tracking events after this timestamp
sort
stringSort order for tracking events
Responses
trackingNumber
stringcarrier
stringtrackingUrl
stringoptional
Get shipping label
Retrieves a shipping label by ID. The label can be requested in different formats.
path Parameters
id
stringrequiredThe ID of the shipping label
query Parameters
format
stringThe desired format of the label
Responses
shipmentId
stringformat
stringid
stringoptionalsize
stringoptionalurl
stringoptionalcreatedAt
stringoptionalexpiresAt
stringoptional