# CompanyAddress - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a billing or shipping address for a company location. ### Access Scopes `read_customers` access scope or `read_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Fields * [address1](/docs/api/admin-graphql/2024-10/scalars/String): String! - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/admin-graphql/2024-10/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the city, district, village, or town. * [companyName](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the company. * [country](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the country. * [countryCode](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode! - The two-letter code for the country of the address. For example, US. * [createdAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company address was created. * [firstName](/docs/api/admin-graphql/2024-10/scalars/String): String - The first name of the recipient. * [formattedAddress](/docs/api/admin-graphql/2024-10/scalars/String): String! - The formatted version of the address. * [formattedArea](/docs/api/admin-graphql/2024-10/scalars/String): String - A comma-separated list of the values for city, province, and country. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [lastName](/docs/api/admin-graphql/2024-10/scalars/String): String - The last name of the recipient. * [phone](/docs/api/admin-graphql/2024-10/scalars/String): String - A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. * [province](/docs/api/admin-graphql/2024-10/scalars/String): String - The region of the address, such as the province, state, or district. * [recipient](/docs/api/admin-graphql/2024-10/scalars/String): String - The identity of the recipient e.g. 'Receiving Department'. * [updatedAt](/docs/api/admin-graphql/2024-10/scalars/DateTime): DateTime! - The date and time ([ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) at which the company address was last updated. * [zip](/docs/api/admin-graphql/2024-10/scalars/String): String - The zip or postal code of the address. * [zoneCode](/docs/api/admin-graphql/2024-10/scalars/String): String - The alphanumeric code for the region. For example, ON. ## Connections ## Related queries ## Related mutations * [companyLocationAssignAddress](/docs/api/admin-graphql/2024-10/mutations/companyLocationAssignAddress) Updates an address on a company location. ## Related Unions ## Examples