GraphQL OBJECT

Discount

Discount information for the item in the cart.

link Definition

  • type Discount {
  • # Total amount subtracted from the list price (for example, $20.00).
  • absolute: Price!
  • # Percentage of the list price that is subtracted (for example, 20%).
  • percentage: Percentage
  • }

link Required by