Parcel Size FAQs¶
See also:
Cubic Pricing in the Rates FAQs
Soft Packs in the Rates FAQs
Oversize Pricing in the Rates FAQs
Are dimensions required on all parcel types?¶
Dimensions are required for the following:
PB Expedited (USPS®): USPS encourages shippers to provide dimensions for all packages. Dimensions are required for shipments that use the
SOFTPACKparcel type or use the Parcel Select—Ground service.PB Deivery
PB Presort
PMOD
When creating a shipment, assign dimensions in the dimension object.
Important: Entering incorrect dimensions might result in an undeliverable package or an additional postage fee.
How are dimensions ordered?¶
The dimension object orders dimensions as follows, from longest to shortest.
Length is the longest dimension.
Height is the next longest.
Width is the shortest.
If you assign values differently when creating a shipment, the APIs will reassign them in the order above.
For example, if you have a parcel that measures 6 x 4 x 1 inches, and if you assign 1 inch to the height:
"length": "6.0", "width": "4.0", "height": "1.0"
The API will reassign the values to assign 1 inch to the width:
"length": "6.0", "width": "1.0", "height": "4.0"
How is girth calculated?¶
Girth is twice the sum of the height and width:
girth = 2 * (height+width)
Note: The APIs configure length as the longest dimension, followed by height, followed by width.
What are the allowed dimensions for USPS parcel types?¶
To retrieve the dimensions for the parcel types for each USPS Service, use the Carrier Rules API.
See also the following USPS pages:
The USPS Postal Explorer’s Size and Shape page
The “Learn More” links at USPS Mail & Shipping Services
Important: For the PKG parcel type, the dimensions of the parcel may affect its cost. Measure the length, height, and width accurately to avoid receiving an adjustment for underpayment based on USPS Automated Package Verification.
Can I ship irregular parcels and non-machinable letters through USPS?¶
To ship irregular parcels and nonmachinable letters through PB Expedited, do the following:
Contact the Client Support team and request to be enabled to ship irregular parcels and non-machinable letters through USPS. Contact Client Support at ClientSupportTechServices@pb.com .
Once you have been enabled, do the following to ship irregular parcels and non-machinable letters:
For Irregular Parcels: Set the following fields to the following values:
rates.serviceIdSet this to
UGArates.parcelTypeSet this to
IRRPKGparcel.dimensionSet this to the correct dimensions. Dimensions are required for irregular parcels.
In the API response, the fee appears as an
irregularsurcharge in therates.surchargesarray. The fee is included in the amount listed in therates.totalCarrierChargefield.The word “SURCHARGE” appears in the indicia section of the shipping label.
For Nonmachinable Letters: Set the following fields to the following values:
rates.serviceIdDomestic shipments: set to
FCM
International shipments: set toFCMIrates.parcelTypeDomestic shipments: set to
NMLETTER
International shipments: set toNMLTRThe surcharge is included in the
rates.totalCarrierChargeamount in the response.