# BusinessEntityAddress - admin - OBJECT
Version: 2025-01

## Description
Represents the address of a merchant's Business Entity.

### 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.
* [countryCode](/docs/api/admin/2025-01/enums/CountryCode): CountryCode! - The country code of the merchant's Business Entity.
* [province](/docs/api/admin/2025-01/scalars/String): String - The region of the address, such as the province, state, or district.
* [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