This operation retrieves an existing shipping label associated with a shipment. The API uses the shipmentId returned by the original Create Shipment request. Use this API only if the original shipping label has been lost or damaged.
Key Considerations:
The shipment has been reprinted.
Invalid request.
The request could not be authorized.
The requested resource was not found.
The request could not be completed due to an internal error.
{- "shipmentId": "PUROLATOR2200626353009030",
- "printerAliasName": "ZPLtoSheltonTest",
- "references": {
- "additionalReference1": "612987641",
- "additionalReference2": "989"
}
}
{- "shipmentId": "PUROLATOR2200626443337314",
- "parcelTrackingNumber": 329039098457,
- "labelLayout": [
- {
- "contentType": "BASE64",
- "contents": "Xhsafiuis",
- "fileFormat": "ZPL2",
- "size": "DOC_4X6",
- "type": "SHIPPING_LABEL"
}
], - "parcel": {
- "length": 2,
- "width": 1,
- "height": 1,
- "dimUnit": "IN",
- "weightUnit": "OZ",
- "weight": 2,
- "packageValue": 2
}, - "rate": {
- "baseCharge": 16.15,
- "carrier": "PUROLATOR",
- "currencyCode": "CAD",
- "parcelType": "PKG",
- "serviceId": "GRD",
- "surcharges": [
- {
- "fee": 2.95,
- "name": "ResidentialDelivery"
}
], - "totalCarrierCharge": 22.46,
- "deliveryCommitment": {
- "estimatedDeliveryDateTime": "2024-03-25",
- "maxEstimatedNumberOfDays": 5,
- "guarantee": "None"
}, - "inductionPostalCode": "06905",
- "destinationZone": 1
}, - "references": {
- "additionalReference1": "612987641",
- "additionalReference2": "989"
}, - "printStatus": "submitted"
}