removeQuoteDiscount
Remove discount from quote
This page contains
Arguments
| input RemoveQuoteDiscountInput! PREVIEW |
RemoveQuoteDiscountInput fields
| quoteId ID! | Quote to remove discount from |
| discountCode String! | Discount code to remove |
| itemIds [ID!] | Optional specific item IDs to remove discount from |
Return Fields
| quoteSummary QuoteSummary PREVIEW | Updated quote summary |
| userErrors [RemoveDiscountError!] PREVIEW | Discount removal 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.