The operation reprints Shipment by the shipmentId. It retrieves an existing shipping label to reprint. The API sends the shipmentID returned by the original created shipment request. Use this only if the shipping label in the Create Shipment response is missing or lost.
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"
}