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
Objects
CheckoutBillingAddress
OBJECT
Copy page
Checkboxes billing address.
Fields
entityId
String
Required
Billing address ID.
countryCode
String
Required
Country code.
customFields
list of
CheckoutAddressCustomFields
Required
List of custom fields.
Show 1 field
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.
Referenced by
Fields
Checkout.billingAddress