Skip to main content
object

Represents information about the buyer that is interacting with the cart.

•

The country where the buyer is located.

•

The customer account associated with the cart.

•

The email address of the buyer that's interacting with the cart.

•

The phone number of the buyer that's interacting with the cart.

•

A set of preferences tied to the buyer interacting with the cart. Preferences are used to prefill fields in at checkout to streamline information collection. Preferences are not synced back to the cart if they are overwritten.

•

The purchasing company associated with the cart.

Anchor to deliveryAddressPreferencesdeliveryAddressPreferences
•
[DeliveryAddress!]!non-null

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.

As of the 2025-01 release, buyerIdentity.deliveryAddressPreferences is deprecated. Delivery addresses are now part of the CartDelivery object and managed with three new mutations:

  • cartDeliveryAddressAdd
  • cartDeliveryAddressUpdate
  • cartDeliveryAddressDelete

Was this section helpful?