Weight

(OBJECT)

Weight of an order or a product

link GraphQL Schema definition

  • type Weight {
  • # Weight value
  • value: Float
  • # Weight unit (currently only 'kg' unit is supported)
  • unit: WeightUnit
  • }