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