# ShopAddress - admin - OBJECT
Version: 2025-01

## Description
An address for a shop.

### Access Scopes



## Fields
* [address1](/docs/api/admin/2025-01/scalars/String): String - The first line of the address. Typically the street address or PO Box number.
* [address2](/docs/api/admin/2025-01/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit.
* [city](/docs/api/admin/2025-01/scalars/String): String - The name of the city, district, village, or town.
* [company](/docs/api/admin/2025-01/scalars/String): String - The name of the company or organization.
* [coordinatesValidated](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the address coordinates are valid.
* [country](/docs/api/admin/2025-01/scalars/String): String - The name of the country.
* [countryCode](/docs/api/admin/2025-01/scalars/String): String - The two-letter code for the country of the address.

For example, US.
* [countryCodeV2](/docs/api/admin/2025-01/enums/CountryCode): CountryCode - The two-letter code for the country of the address.

For example, US.
* [firstName](/docs/api/admin/2025-01/scalars/String): String - The first name.
* [formatted](/docs/api/admin/2025-01/scalars/String): String! - A formatted version of the address, customized by the provided arguments.
* [formattedArea](/docs/api/admin/2025-01/scalars/String): String - A comma-separated list of the values for city, province, and country.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [lastName](/docs/api/admin/2025-01/scalars/String): String - The last name.
* [latitude](/docs/api/admin/2025-01/scalars/Float): Float - The latitude coordinate of the address.
* [longitude](/docs/api/admin/2025-01/scalars/Float): Float - The longitude coordinate of the address.
* [name](/docs/api/admin/2025-01/scalars/String): String - The full name, based on firstName and lastName.
* [phone](/docs/api/admin/2025-01/scalars/String): String - A phone number associated with the address.

Formatted using E.164 standard. For example, _+16135551111_.
* [province](/docs/api/admin/2025-01/scalars/String): String - The region of the address, such as the province, state, or district.
* [provinceCode](/docs/api/admin/2025-01/scalars/String): String - The alphanumeric code for the region.

For example, ON.
* [zip](/docs/api/admin/2025-01/scalars/String): String - The zip or postal code of the address.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples