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
Call that uses PackageLimits
Fields
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.