cartRemoveGiftCard
Remove a previously applied gift card from the cart by its CartAppliedGiftCard.id. The storefront never has to handle the full gift card code on the client.
cartRemoveGiftCard(
input: CartRemoveGiftCardInput!
): CartRemoveGiftCardPayload!
Arguments
cartRemoveGiftCard.input ● CartRemoveGiftCardInput! non-null input
Cart UUID + applied gift card UUID to remove from the cart
Type
CartRemoveGiftCardPayload object
Result of cartRemoveGiftCard.