Weight Object
Represents weight value in a specific weight unit.
type Weight {
unit: WeightUnitsEnum!
value: Float!
}
Fields
unit ● WeightUnitsEnum!
Weight unit.
value ● Float!
Weight value. Returns a value with maximal three decimal places
Member Of
Order object ● Product object ● ProductType object ● ProductVariant object ● ShippingMethod object ● ShippingMethodType object