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).
- Price! :
- # Percentage of the list price that is subtracted (for example, 20%).
- Percentage :
- }