applyQuoteDiscount
Apply discount to quote
This page contains
Arguments
| input ApplyQuoteDiscountInput! PREVIEW |
ApplyQuoteDiscountInput fields
| quoteId ID! | Quote to apply discount to |
| discountCode String! | Discount code |
| itemIds [ID!] | Optional specific item IDs to apply discount to |
Return Fields
| quoteSummary QuoteSummary PREVIEW | Updated quote summary |
| userErrors [ApplyDiscountError!] PREVIEW | Discount application errors |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.