OBJECT

Weight

Weight of the item.

link GraphQL Schema definition

  • type Weight {
  • # The weight of the item.
  • weight: Float!
  • # The unit of weight.
  • weight_unit: String
  • }