--- title: LocationAddress - Storefront API description: | Represents the address of a location. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/storefront/latest/objects/LocationAddress md: https://shopify.dev/docs/api/storefront/latest/objects/LocationAddress.md --- # Location​Address object Represents the address of a location. ## Fields * address1 [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The first line of the address for the location. * address2 [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The second line of the address for the location. * city [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The city of the location. * country [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The country of the location. * country​Code [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The country code of the location. * formatted [\[String!\]!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null A formatted version of the address for the location. * latitude [Float](https://shopify.dev/docs/api/storefront/latest/scalars/Float) The latitude coordinates of the location. * longitude [Float](https://shopify.dev/docs/api/storefront/latest/scalars/Float) The longitude coordinates of the location. * phone [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The phone number of the location. * province [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The province of the location. * province​Code [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The code for the province, state, or district of the address of the location. * zip [String](https://shopify.dev/docs/api/storefront/latest/scalars/String) The ZIP code of the location. *** ## Map ### Fields with this object * {}[Location.address](https://shopify.dev/docs/api/storefront/latest/objects/Location#field-address)