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.
CA
for California, DE
for Delaware. “Auckland” as a province name is also valid.Country
enum are treated as subdivisions of their respective parent countries.Example: US
for United States, or NZ
for New Zealand.updateCartBuyerIdentity(input: CartBuyerIdentityUpdateInput!)
Updates buyer identity if not provided in createCart
mutation