Fields
First name of the person or company.
Last name of the person or company.
A string representing the email address of the person or the company.
The first line of the address, such as the street name and number.
The second line of the address, typically used for additional information such as an apartment or suite number.
A string representing the name of the city, district, village, or town where the buyer is located.
The ISO 3166-2 english province code without the country code or a full province name.Example:
CA
for California, DE
for Delaware. “Auckland” as a province name is also valid.Two letter ISO 3166-1 alpha-2 country code. Territories not explicitly defined in the
Country
enum are treated as subdivisions of their respective parent countries.Example: US
for United States, or NZ
for New Zealand.A string representing the area postal code or ZIP code.
Mutations
updateCartBuyerIdentity(input: CartBuyerIdentityUpdateInput!)
Updates buyer identity if not provided in createCart
mutation