Schema Documentation

AppliedCoupon

Description

Coupon applied to the shopping cart.

Fields
Field NameDescription
code - String! Coupon code
description - String Description of applied coupon
discountAmount - String! Discount applied with this coupon
Arguments
excludeTax - Boolean

Exclude Taxes (Default "true")

format - PricingFieldFormatEnum

Format of the price

discountTax - String! Taxes on discount applied with this coupon
Arguments
format - PricingFieldFormatEnum

Format of the price

Example
{"code":"abc123","description":"abc123","discountAmount":"abc123","discountTax":"abc123"}