# MailingAddress - admin-graphql - OBJECT Version: 2024-07 ## Description Represents a customer mailing address. For example, a customer's default address and an order's billing address are both mailling addresses. ### Access Scopes ## Fields * [address1](/docs/api/admin-graphql/2024-07/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/admin-graphql/2024-07/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the city, district, village, or town. * [company](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the customer's company or organization. * [coordinatesValidated](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean! - Whether the address corresponds to recognized latitude and longitude values. * [country](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the country. * [countryCode](/docs/api/admin-graphql/2024-07/scalars/String): String - The two-letter code for the country of the address. For example, US. * [countryCodeV2](/docs/api/admin-graphql/2024-07/enums/CountryCode): CountryCode - The two-letter code for the country of the address. For example, US. * [firstName](/docs/api/admin-graphql/2024-07/scalars/String): String - The first name of the customer. * [formatted](/docs/api/admin-graphql/2024-07/scalars/String): String! - A formatted version of the address, customized by the provided arguments. * [formattedArea](/docs/api/admin-graphql/2024-07/scalars/String): String - A comma-separated list of the values for city, province, and country. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [lastName](/docs/api/admin-graphql/2024-07/scalars/String): String - The last name of the customer. * [latitude](/docs/api/admin-graphql/2024-07/scalars/Float): Float - The latitude coordinate of the customer address. * [longitude](/docs/api/admin-graphql/2024-07/scalars/Float): Float - The longitude coordinate of the customer address. * [name](/docs/api/admin-graphql/2024-07/scalars/String): String - The full name of the customer, based on firstName and lastName. * [phone](/docs/api/admin-graphql/2024-07/scalars/String): String - A unique phone number for the customer. * [province](/docs/api/admin-graphql/2024-07/scalars/String): String - The region of the address, such as the province, state, or district. * [provinceCode](/docs/api/admin-graphql/2024-07/scalars/String): String - The alphanumeric code for the region. For example, ON. * [timeZone](/docs/api/admin-graphql/2024-07/scalars/String): String - The time zone of the address. * [validationResultSummary](/docs/api/admin-graphql/2024-07/enums/MailingAddressValidationResult): MailingAddressValidationResult - The validation status that is leveraged by the address validation feature in the Shopify Admin. See ["Validating addresses in your Shopify admin"](https://help.shopify.com/manual/fulfillment/managing-orders/validating-order-address) for more details. * [zip](/docs/api/admin-graphql/2024-07/scalars/String): String - The zip or postal code of the address. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples