Represents information about the buyer that is interacting with the cart.
Access Scopes
Fields
countryCode:
CountryCode -
The country where the buyer is located.
customer:
Customer -
The customer account associated with the cart.
deliveryAddressPreferences:
DeliveryAddress! -
An ordered set of delivery addresses tied to the buyer that is interacting with the cart.
The rank of the preferences is determined by the order of the addresses in the array. Preferences
can be used to populate relevant fields in the checkout flow.
email:
String -
The email address of the buyer that's interacting with the cart.
phone:
String -
The phone number of the buyer that's interacting with the cart.
walletPreferences:
String! -
A set of wallet preferences tied to the buyer that is interacting with the cart.
Preferences can be used to populate relevant payment fields in the checkout flow.