For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
Developer
Developer
Developer
Developer
GraphQL
B2B
Queries
customerAddress
Copy page
Details of the user address selected. Requires a BC Token.
Arguments
addressId
Integer
Required
The id of address. Required
Returns
an optional CustomerAddressType
id
String
createdAt
Integer
updatedAt
Integer
firstName
String
lastName
String
company
String
bcAddressId
Integer
address1
String
address2
String
city
String
stateOrProvince
String
postalCode
String
country
String
countryCode
String
phone
String
addressType
String
formFields
list of optional AddressFormFieldsType
List of address form fields
Show 3 properties