This Operation returns the report of shipments transactions within the specified date range.
Successfully retrived the Shipments Transaction Report.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "data": [
- {
- "correlationId": "2e95966e870e4a40bba8c76bac0f667e",
- "fromAddress": {
- "name": "Sender Name",
- "addressLine1": "1600 Amphitheatre Parkway",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "company": "PB",
- "email": "testuser@gmail.com",
- "phone": "6502530000",
- "cityTown": "Mountain View",
- "stateProvince": "CA",
- "postalCode": "94043",
- "inductionPostalCode": "06905",
- "countryCode": "US",
- "residential": true
}, - "toAddress": {
- "name": "Recipient Name",
- "addressLine1": "350 Fifth Avenue",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "New York",
- "stateProvince": "NY",
- "postalCode": "10118",
- "countryCode": "US",
- "company": "PB",
- "phone": "332 555-1212",
- "email": "recipient@gmail.com",
- "residential": true,
- "isPOBox": true
}, - "parcelTrackingNumber": "400000665101",
- "service": "NDA_AM",
- "rates": [
- {
- "baseCharge": 113.92,
- "carrier": "Purolator",
- "serviceId": "NDA_AM",
- "serviceName": "Purolator Express® 9AM",
- "surcharges": [
- {
- "fee": 28.41,
- "name": "Fuel"
}
], - "totalCarrierCharge": 154.12,
- "totalTaxAmount": 7.34,
- "isHazmat": false
}
], - "shipmentId": "string",
- "shipmentOptions": { },
- "status": "Label Printed",
- "metadata": [
- {
- "name": "costAccountName",
- "value": "cost account 123"
}
], - "parcel": {
- "length": 2,
- "height": 1,
- "width": 1,
- "dimUnit": "IN",
- "weightUnit": "OZ",
- "weight": 2,
- "packageValue": 2
}, - "dispenseClient": "api",
- "refundStatus": "string",
- "isInternational": true,
- "insured": true,
- "carrierCode": "string",
- "transactionCreateDate": "2019-08-24T14:15:22Z",
- "locationId": "string"
}
], - "pageInfo": {
- "total": 1,
- "pages": 2,
- "page": 1,
- "pageSize": 1
}
}