# LocationEditAddressInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to use to edit the address of a location. ### Access Scopes ## Fields * [address1](/docs/api/admin-graphql/2024-10/scalars/String): String - The first line of the address. * [address2](/docs/api/admin-graphql/2024-10/scalars/String): String - The second line of the address. * [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 two-letter code of country for the address. * [phone](/docs/api/admin-graphql/2024-10/scalars/String): String - The phone number of the location. * [provinceCode](/docs/api/admin-graphql/2024-10/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-graphql/2024-10/scalars/String): String - The ZIP code or postal code of the location. ## Input objects with this input object * [LocationEditInput](/docs/api/admin-graphql/2024-10/input-objects/LocationEditInput) ## Examples