Create Label
Create a label for a label request.
Required API key scopes
- Labels (Write)
- Label Requests (Write)
- Developer Tools
Authorizations
API Scope: "Developer Tools"
Body
The label request id this label applies to.
"67329889100573"
The tracking number associated with the label.
256
"9400136105440512280610"
The carrier associated with the label.
32
"usps"
The URL containing the printable PDF of the labels.
2048
"https://s3.amazonaws.com/example-bucket/label.pdf"
{ "amount": 50000, "currency_code": "USD" }
The QR Code URL containing the printable PDF of the labels.
512
"https://s3.amazonaws.com/example-bucket/qrcode.pdf"
Response
The id of the Label you created.
"67329889100573"
The tracking number associated with the label.
"9400136105440512280610"
The carrier associated with the label.
"usps"
The URL containing the printable PDF of the labels.
"https://s3.amazonaws.com/example-bucket/label.pdf"
The QR Code URL containing the printable PDF of the labels.
"https://s3.amazonaws.com/example-bucket/qrcode.pdf"
{ "amount": 50000, "currency_code": "USD" }
The status of the label.
"new"
The date the label was created.
"2023-04-25T13:25:00-05:00"