# LocationEditAddressInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields to use to edit the address of a location.

### Access Scopes



## Fields
* [address1](/docs/api/admin/2025-01/scalars/String): String - The first line of the address.
* [address2](/docs/api/admin/2025-01/scalars/String): String - The second line of the address.
* [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 two-letter code of country for the address.
* [phone](/docs/api/admin/2025-01/scalars/String): String - The phone number of the location.
* [provinceCode](/docs/api/admin/2025-01/scalars/String): String - The code for the region of the address, such as the state, province, or district.
For example CA for California, United States.
* [zip](/docs/api/admin/2025-01/scalars/String): String - The ZIP code or postal code of the location.


## Input objects with this input object
* [LocationEditInput](/docs/api/admin/2025-01/input-objects/LocationEditInput)


## Examples