Represents a mailing address for customers and shipping.


The first line of the address. Typically the street address or PO Box number.

The second line of the address. Typically the number of the apartment, suite, or unit.

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

The name of the customer's company or organization.

The name of the country.

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

For example, US.

The first name of the customer.

A formatted version of the address, customized by the provided arguments.

A comma-separated list of the values for city, province, and country.

A globally-unique ID.

The last name of the customer.

The latitude coordinate of the customer address.

The longitude coordinate of the customer address.

The full name of the customer, based on firstName and lastName.

A unique phone number for the customer.

Formatted using E.164 standard. For example, +16135551111.

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

The alphanumeric code for the region.

For example, ON.

The zip or postal code of the address.


Was this section helpful?
Map

Fields and connections from

Possible types in

MailingAddress


Creates a new address for a customer.

Updates the address of an existing customer.


Was this section helpful?
<~>
MailingAddress Mutations



Was this section helpful?
||-
MailingAddress Implements
MailingAddress

Implements