---
title: LocationEditAddressInput - GraphQL Admin
description: The input fields to use to edit the address of a location.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/LocationEditAddressInput
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/LocationEditAddressInput.md
---

# Location​Edit​Address​Input

input\_object

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

## Fields

* address1

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The first line of the address.

* address2

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The second line of the address.

* city

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The name of the city, district, village, or town.

* country​Code

  [Country​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode)

  The two-letter code of country for the address.

* phone

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The phone number of the location.

* province​Code

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The code for the region of the address, such as the state, province, or district. For example CA for California, United States.

* zip

  [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String)

  The ZIP code or postal code of the location.

***

## Input objects using this input

* [Location​Edit​Input.address](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/LocationEditInput#fields-address)

  INPUT OBJECT

  The input fields to use to edit a location.

***

## Map

### Input objects using this input

* [Location​Edit​Input.address](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/LocationEditInput#fields-address)
