ShippingDimensionsInput
Dimensions of a package/shipment in centimeters (cm). Used for volume calculations and carrier-specific dimension restrictions.
input ShippingDimensionsInput {
length: Int!
width: Int!
height: Int!
}
Fields
length ● Int!
Length in centimeters (cm)
width ● Int!
Width in centimeters (cm)
height ● Int!
Height in centimeters (cm)
Example
{}