# BusinessEntityAddress - admin-graphql - OBJECT Version: 2024-10 ## Description Represents the address of a merchant's Business Entity. ### Access Scopes ## 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. * [countryCode](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode! - The country code of the merchant's Business Entity. * [province](/docs/api/admin-graphql/2024-10/scalars/String): String - The region of the address, such as the province, state, or district. * [zip](/docs/api/admin-graphql/2024-10/scalars/String): String - The zip or postal code of the address. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples