checkoutGiftCardRemove
Removes an applied gift card from the checkout.
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.
Arguments
Argument | Type | Default | Description |
---|---|---|---|
appliedGiftCardId
required
|
ID!
|
The ID of the Applied Gift Card to remove from the Checkout |
|
checkoutId
required
|
ID!
|
The ID of the checkout. |
Return Fields
checkout
(Checkout!
)
The updated checkout object.
userErrors
([UserError!]!
)
List of errors that occurred executing the mutation.