CartBuyerIdentityInput
Buyer identity to attach to a cart. All fields are optional — only the supplied fields are updated.
input CartBuyerIdentityInput {
countryCode: CountryCode
email: String
languageCode: LanguageCode
phone: String
}
Fields
CartBuyerIdentityInput.countryCode ● CountryCode enum
Buyer country (ISO 3166-1 alpha-2). Hint for currency, tax and shipping eligibility before an address is set.
CartBuyerIdentityInput.email ● String scalar
Buyer email address. Persisted to the order at checkout completion.
CartBuyerIdentityInput.languageCode ● LanguageCode enum
Buyer preferred language (ISO 639-1). Used for the order confirmation email and localised content.
CartBuyerIdentityInput.phone ● String scalar
Buyer phone number. Free-form; max 30 chars.
Member Of
CartCreateInput input ● cartUpdateBuyerIdentity mutation