cartGiftCardCodesUpdate - storefront - MUTATION
Version: 2024-10
Description:
Updates the gift card codes applied to the cart.
Access Scopes
Arguments
-
cartId:
ID! -
The ID of the cart.
-
giftCardCodes:
String! -
The case-insensitive gift card codes.
The input must not contain more than `250` values.
Returns
-
cart:
Cart
The updated cart.
-
userErrors:
CartUserError!
The list of errors that occurred from executing the mutation.
-
warnings:
CartWarning!
A list of warnings that occurred during the mutation.
Examples