CartApplyGiftCardInput
Input for cartApplyGiftCard.
input CartApplyGiftCardInput {
cartId: ID!
giftCardCode: String!
}
Fields
CartApplyGiftCardInput.cartId ● ID! non-null scalar
ID of the cart to update.
CartApplyGiftCardInput.giftCardCode ● String! non-null scalar
Full gift card code entered by the buyer (e.g. "ABCD-1234-EFGH-5678"). Max 64 chars.
Member Of
cartApplyGiftCard mutation