Skip to main content

AddGiftCardToCartInput

No description

input AddGiftCardToCartInput {
cartId: UUID
giftCardDefinitionId: Int!
quantity: Int!
}

Fields

cartId ● UUID

Cart id, if not provided a new cart will be created.

giftCardDefinitionId ● Int!

Id of the gift card definition to add to the cart.

quantity ● Int!

Example

{}