Skip to main content

BuyUpdateInput

Attributes for updating an gift card Intent

input BuyUpdateInput {
buyerName: String
buyerEmail: String
isAnonymous: Boolean
giftName: String
giftEmail: String
giftMessage: String
deliverOn: DateISO
giftcardTemplateId: ID
shouldSaveAddress: Boolean
street1: String
street2: String
city: String
province: String
postalCode: String
country: String
shippingOption: String
}

Fields

BuyUpdateInput.buyerName ● String scalar

Name of the buyer of the gift card

BuyUpdateInput.buyerEmail ● String scalar

Email address of the buyer of the gift card

BuyUpdateInput.isAnonymous ● Boolean scalar

Whether or not the name and avatar of the buyer should be displayed after purchase

BuyUpdateInput.giftName ● String scalar

Name of the recipient if gift card is being gifted

BuyUpdateInput.giftEmail ● String scalar

Email address of the recipient if gift card is being gifted

BuyUpdateInput.giftMessage ● String scalar

Message to the recipient if gift card is being gifted

BuyUpdateInput.deliverOn ● DateISO scalar

Date that a digital gift card should be delivered

BuyUpdateInput.giftcardTemplateId ● ID scalar

ID of the template to be used for the gift card

BuyUpdateInput.shouldSaveAddress ● Boolean scalar

Flag for whether or not to save the address

BuyUpdateInput.street1 ● String scalar

Street number of and name of the address to which the gift card will be shipped

BuyUpdateInput.street2 ● String scalar

Unit number of the address to which the gift card will be shipped

BuyUpdateInput.city ● String scalar

City of the address to which the gift card will be shipped

BuyUpdateInput.province ● String scalar

State/Province of the address to which the gift card will be shipped

BuyUpdateInput.postalCode ● String scalar

Zip/Postal Code of the address to which the gift card will be shipped

BuyUpdateInput.country ● String scalar

Country of the address to which the gift card will be shipped

BuyUpdateInput.shippingOption ● String scalar

Option for additional cost of shipping

Member of

BuyUpdate mutation