The operation is used to reprint the multipiece label. It takes the shipmentId of the multipiece shipment done. All supported carriers (UPS, FedEx, DHL Express, Suprmsys, Purolator, and Apple Express) allow up to 8 reprint.
The Multipiece Shipment created successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "correlationId": "00da5e928af44bcc9e5c092163e036f9",
- "labelLayout": [
- {
- "contentType": "URL",
- "fileFormat": "PDF",
- "size": "DOC_8X11",
- "type": "SHIPPING_LABEL"
}
], - "fromAddress": {
- "addressLine1": "27 Waterview Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Stamford",
- "company": "PB",
- "email": "sender@yopmail.com",
- "countryCode": "US",
- "name": "Sender Name",
- "phone": "203-555-1213",
- "postalCode": "06905",
- "stateProvince": "CT",
- "residential": true
}, - "multiPieceRates": [
- {
- "totalCarrierCharge": 217.11,
- "carrier": "UPS",
- "currencyCode": "USD",
- "rateTypeId": "commercial",
- "serviceId": "NDA",
- "serviceName": "NDA",
- "multiPieceParcels": [
- {
- "parcelType": "PKG",
- "parcel": {
- "length": 10,
- "height": 10,
- "width": 10,
- "dimUnit": "IN",
- "weightUnit": "OZ",
- "weight": 10
}, - "parcelRate": {
- "baseCharge": 88.67,
- "surcharges": [
- {
- "fee": null,
- "name": null
}
]
}, - "parcelTrackingNumber": "UPS2200619919802570P0"
}
], - "surcharges": [
- {
- "fee": 11.3,
- "name": "RESIDENTIAL"
}
]
}
], - "parcelTrackingNumber": "UPS2200619919802570P0",
- "shipmentId": "UPS2200619919802570",
- "shipmentOptions": {
- "printCustomMessage": "custom message"
}, - "toAddress": {
- "addressLine1": "27 Waterview Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Stamford",
- "countryCode": "US",
- "name": "Paul Wright",
- "phone": "203-555-1213",
- "company": "PB",
- "email": "testuser@gmail.com",
- "postalCode": "06905",
- "stateProvince": "CT",
- "residential": true
}
}