Weight
Represents weight value in a specific weight unit.
type Weight {
unit: WeightUnitsEnum!
value: Float!
}
Fields
Weight.unit ● WeightUnitsEnum! non-null enum
Weight unit.
Weight.value ● Float! non-null scalar
Weight value.
Member of
Order object ● Product object ● ProductType object ● ProductVariant object ● ShippingMethod object ● ShippingMethodType object
Was this page helpful?