GraphQL OBJECT

Percentage

Tax rate or discount applied to the product price.

link Definition

  • type Percentage {
  • # Percentage of the list price that is subtracted, formatted with a percent
  • # symbol.
  • localized: String!
  • # Percentage of the list price that is subtracted, without formatting.
  • value: Decimal!
  • }