SalesUnit

(OBJECT)

Defines the unit in which an item is sold, including the type of sales unit, the quantity it contains, and its unit of measure

link GraphQL Schema definition

  • type SalesUnit {
  • # defines the amount of base measurement contained in one sales unit
  • value: Float
  • # sales unit — the unit of measure used for sales the item (for example, package,
  • # piece, square meter, cubic meter, etc.)
  • unit: String
  • }