# CompanyAddress - customer - OBJECT Version: 2024-10 ## Description The address of a company location, either billing or shipping. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ### Access Scopes ## Fields * [address1](/docs/api/customer/2024-10/scalars/String): String! - The first line of the address. It is typically the street address or PO Box number. * [address2](/docs/api/customer/2024-10/scalars/String): String - The second line of the address. It is typically the apartment, suite, or unit number. * [city](/docs/api/customer/2024-10/scalars/String): String - The city, district, village, or town. * [companyName](/docs/api/customer/2024-10/scalars/String): String! - The name of the company. * [country](/docs/api/customer/2024-10/scalars/String): String - The name of the country of the address. * [countryCode](/docs/api/customer/2024-10/enums/CountryCode): CountryCode! - The two-letter code for the country of the address, for example, US. * [createdAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the company address was created. * [firstName](/docs/api/customer/2024-10/scalars/String): String - The first name of the recipient. * [formattedAddress](/docs/api/customer/2024-10/scalars/String): String! - The formatted version of the address. * [formattedArea](/docs/api/customer/2024-10/scalars/String): String - A comma-separated list of the city, province, and country values. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [lastName](/docs/api/customer/2024-10/scalars/String): String - The last name of the recipient. * [phone](/docs/api/customer/2024-10/scalars/String): String - The unique phone number of the customer, formatted using the E.164 standard, for example, _+16135551111_. * [province](/docs/api/customer/2024-10/scalars/String): String - The region of the address, such as the province, state, or district. * [recipient](/docs/api/customer/2024-10/scalars/String): String - The identity of the recipient, for example, 'Receiving Department'. * [updatedAt](/docs/api/customer/2024-10/scalars/DateTime): DateTime! - The date and time (in [ISO 8601 format](http://en.wikipedia.org/wiki/ISO_8601)) when the company address was last updated. * [zip](/docs/api/customer/2024-10/scalars/String): String - The zip or postal code of the address. * [zoneCode](/docs/api/customer/2024-10/scalars/String): String - The alphanumeric code for the region, for example, ON. ## Connections ## Related queries ## Related mutations * [companyLocationAssignAddress](/docs/api/customer/2024-10/mutations/companyLocationAssignAddress) Updates an address on a company location. ## Related Unions ## Examples