Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires read_customers access scope or read_companies access scope. Also: The API client must be installed on a Shopify Plus store.

Represents a billing or shipping address for a company location.

String!non-null

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.

String!non-null

The name of the company.

The name of the country.

CountryCode!non-null

The two-letter code for the country of the address. For example, US.

DateTime!non-null

The date and time (ISO 8601 format) at which the company address was created.

The first name of the recipient.

[String!]!non-null

The formatted version of the address.

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

ID!non-null

A globally-unique ID.

The last name of the recipient.

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 identity of the recipient e.g. 'Receiving Department'.

DateTime!non-null

The date and time (ISO 8601 format) at which the company address was last updated.

The zip or postal code of the address.

The alphanumeric code for the region. For example, ON.


Was this section helpful?

mutation

Updates an address on a company location.


Was this section helpful?

interface

Was this section helpful?