Skip to main content

Weight

Represents weight value in a specific weight unit.

type Weight {
unit: WeightUnitsEnum!
value: Float!
}

Fields

Weight.unit ● WeightUnitsEnum! non-null enum miscellaneous

Weight unit.

Weight.value ● Float! non-null scalar miscellaneous

Weight value. Returns a value with maximal three decimal places

Member Of

Order object ● Product object ● ProductType object ● ProductVariant object ● ShippingMethod object ● ShippingMethodType object