Schema Documentation
AppliedCoupon
Description
Coupon applied to the shopping cart.
Fields
Field Name | Description |
---|---|
code - String! | Coupon code |
description - String | Description of applied coupon |
discountAmount - String! | Discount applied with this coupon |
Arguments
| |
discountTax - String! | Taxes on discount applied with this coupon |
Arguments
|
Example
{"code":"abc123","description":"abc123","discountAmount":"abc123","discountTax":"abc123"}