# LocationAddress - storefront - OBJECT Version: 2024-10 ## Description Represents the address of a location. ### Access Scopes ## Fields * [address1](/docs/api/storefront/2024-10/scalars/String): String - The first line of the address for the location. * [address2](/docs/api/storefront/2024-10/scalars/String): String - The second line of the address for the location. * [city](/docs/api/storefront/2024-10/scalars/String): String - The city of the location. * [country](/docs/api/storefront/2024-10/scalars/String): String - The country of the location. * [countryCode](/docs/api/storefront/2024-10/scalars/String): String - The country code of the location. * [formatted](/docs/api/storefront/2024-10/scalars/String): String! - A formatted version of the address for the location. * [latitude](/docs/api/storefront/2024-10/scalars/Float): Float - The latitude coordinates of the location. * [longitude](/docs/api/storefront/2024-10/scalars/Float): Float - The longitude coordinates of the location. * [phone](/docs/api/storefront/2024-10/scalars/String): String - The phone number of the location. * [province](/docs/api/storefront/2024-10/scalars/String): String - The province of the location. * [provinceCode](/docs/api/storefront/2024-10/scalars/String): String - The code for the province, state, or district of the address of the location. * [zip](/docs/api/storefront/2024-10/scalars/String): String - The ZIP code of the location. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples