Skip to main content

The packageLimits field is used to specify the physical constraints and measurement units of packages, ensuring compliance with various shipping requirements.

Type that uses PackageLimits

ShippingService

Call that uses PackageLimits

Fields

Field
Type
Description
dimensionUnit
Unit of dimensional measurement, for example INCH or CENTIMETER.
maxGirth
The maximum girth allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
maxHeight
The maximum height allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
maxLength
The maximum length allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
maxWeight
The maximum weight allowed for a package shipped through the corresponding shipping service, as measured in units of weightUnit.
maxWidth
The maximum width allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
minGirth
The minimum girth allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
minHeight
The minimum height allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
minLength
The minimum length allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
minWeight
The minimum weight allowed for a package shipped through the corresponding shipping service, as measured in units of weightUnit.
minWidth
The minimum width allowed for a package shipped through the corresponding shipping service, as measured in units of dimensionUnit.
weightUnit
Unit of weight measurement, for example KILOGRAM or OUNCE.