For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Inputs
CheckoutAddressInput
INPUT
Copy page
Checkout address input object
Input fields
countryCode
String
Required
Country code
shouldSaveAddress
Boolean
Required
Should we save this address?
firstName
String
Optional
The first name
lastName
String
Optional
The last name
email
String
Optional
Email address
company
String
Optional
Company name
address1
String
Optional
Address line 1
address2
String
Optional
Address line 2
city
String
Optional
Name of the city
stateOrProvince
String
Optional
State or province
stateOrProvinceCode
String
Optional
Code of the state or province
postalCode
String
Optional
Postal code
phone
String
Optional
Phone number
customFields
CheckoutAddressCustomFieldInput
Optional
List of custom fields
Show 6 fields
Referenced by
Fields
AddCheckoutBillingAddressDataInput.address
CheckoutShippingConsignmentInput.address
CreateCheckoutInput.billingAddress
CreateCheckoutShippingConsignmentInput.address
ShippingConsignmentUpdateCheckoutInput.address
UpdateCheckoutBillingAddressDataInput.address
UpdateCheckoutDataInput.billingAddress