Skip to main content
Anchor to CartSelectableAddressInput

CartSelectableAddressInput

input_object

The input fields for a selectable delivery address to present to the buyer. Used by CartDeliveryInput when creating a cart with the cartCreate mutation.

You can pre-select an address for the buyer, mark it as one-time use so it isn't saved after checkout, and specify how strictly the address should be validated.

•CartAddressInput!
required

Exactly one kind of delivery address.

•Boolean

When true, this delivery address will not be associated with the buyer after a successful checkout.

•Boolean

Sets exactly one address as pre-selected for the buyer.

•DeliveryAddressValidationStrategy
Default:COUNTRY_CODE_ONLY

Defines what kind of address validation is requested.


Was this section helpful?

Anchor to Input objects using this inputInput objects using this input

•INPUT OBJECT

The input fields for the cart's delivery properties.


Was this section helpful?