The operation fetches Parcel Types based on the provided carrier, origin county, and the destination country. If query parameters are not provided, this will default to USPS
as carrier, US
as both origin and destination country code.
A list of Parcel Types has been fetched.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "parcels": [
- {
- "brandedName": "Box 1092",
- "carrier": "USPS",
- "groupName": "Specialty Boxes and Envelopes",
- "brandedDimensions": {
- "girth": 0,
- "length": 12.25,
- "width": 2.875,
- "height": 13.6875,
- "unitOfMeasurement": "IN"
}, - "parcelId": "B1092",
- "isBranded": true,
- "parcelType": "LP",
- "serviceId": "PM",
- "weightRules": [
- {
- "maxWeight": 1120,
- "minWeight": 0.01,
- "required": true,
- "unitOfMeasurement": "OZ"
}
]
}, - {
- "brandedName": "My Box",
- "dimensionRules": [
- {
- "maxLengthPlusGirth": 130,
- "maxParcelDimensions": {
- "length": 120,
- "width": 38,
- "height": 41,
- "unitOfMeasurement": "IN"
}, - "minParcelDimensions": {
- "length": 0.001,
- "width": 0.001,
- "height": 0.001,
- "unitOfMeasurement": "IN"
}, - "required": true,
- "unitOfMeasurement": "IN"
}
], - "groupName": "My Packaging",
- "parcelId": "PKG",
- "isBranded": false,
- "parcelType": "PKG",
- "suggestedTrackableSpecialserviceId": "Sig",
- "weightRules": [
- {
- "maxWeight": 1120,
- "minWeight": 0.01,
- "required": true,
- "unitOfMeasurement": "OZ"
}
]
}
]
}