ProductDimensions
Product or variant dimensions
type ProductDimensions {
length: Float
width: Float
height: Float
unit: LengthUnitsStrEnum
}
Fields
ProductDimensions.length ● Float scalar
Length of the product.
ProductDimensions.width ● Float scalar
Width of the product.
ProductDimensions.height ● Float scalar
Height of the product.
ProductDimensions.unit ● LengthUnitsStrEnum enum
Measurement unit for length, width and height.
Member Of
Product object ● ProductVariant object