OrderingAssetDimensions
Product measurements for an asset. Omits dimensions the underlying product does not report — each <dimension> / <dimension>Unit pair is either both present or both null.
type OrderingAssetDimensions {
height: Float
heightUnit: String
width: Float
widthUnit: String
depth: Float
depthUnit: String
length: Float
lengthUnit: String
}
height / heightUnit
number | null / string | null - The product’s height and its unit of measure (e.g., "in").
width / widthUnit
number | null / string | null - The product’s width and its unit of measure.
depth / depthUnit
number | null / string | null - The product’s depth and its unit of measure.
length / lengthUnit
number | null / string | null - The product’s length and its unit of measure.