Delivery Address Input
The input fields for delivery address preferences.
Anchor to FieldsFields
- Anchor to customerAddressIdcustomer•ID
Address Id The ID of a customer address that is associated with the buyer that is interacting with the cart.
- Anchor to deliveryAddressdelivery•Mailing
Address Address Input A delivery address preference of a buyer that is interacting with the cart.
- Anchor to deliveryAddressValidationStrategydelivery•Delivery
Address Validation Strategy Address Validation StrategyDefault:COUNTRY_CODE_ONLY Defines what kind of address validation is requested.
- Anchor to oneTimeUseone•BooleanDefault:false
Time Use Whether the given delivery address is considered to be a one-time use address. One-time use addresses do not get persisted to the buyer's personal addresses when checking out.
Anchor to Input objects using this inputInput objects using this input
- Anchor to CartBuyerIdentityInput.deliveryAddressPreferencesCart•INPUT OBJECTDeprecated
Buyer Identity Input.delivery Address Preferences 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,is deprecated. Delivery addresses are now part of the
object and managed with three new mutations:
The input must not contain more than
250
values.