BuyerIdentity
Represents the buyer’s information within the API schema. It enables the system to accurately process orders, calculate shipping costs, handle taxes, and communicate with the buyer as needed throughout the purchasing process. This object ensures a smooth and efficient experience for both the buyer and the seller.
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.
A 10-digit phone number, in E.164 format.
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 2-3 letter state or province code, in ISO 3166-2 format.
Example: NY
for New York, AUK
for Auckland.
The 2-letter country code, in ISO 3166 format.
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
Related types
Was this page helpful?