Docs
Dashboard

CustomerAddress

Object

Fields returned for customer address.

#

Fields


address1
String

The first line of the address.

address2
String

The second line of the address.

city
String

The name of the city, district, village, or town.

company
String

The name of the customer’s company or organization.

countryCode
String

The two-letter code for the country of the address.

email
String

The email address of the address.

firstName
String

The first name of the address.

formatted
String

Formatted address.

id
ID!

The unique identifier of the address.

lastName
String

The last name of the address.

metadata
[MetadataItem!]!

Gets the metadata associated with the address.

name
String

The name of the address.

phone
String

The phone number of the address.

postalCode
String

The zip or postal code of the address.

state
String

The region of the address, such as the province, state, or district.

#

Mutations


Creates a new address for a customer.

Updates a specific address for a customer.