# CartDeliveryAddress - storefront - OBJECT Version: unstable ## Description Represents a mailing address for customers and shipping. ### Access Scopes ## Fields * [address1](/docs/api/storefront/unstable/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/storefront/unstable/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/storefront/unstable/scalars/String): String - The name of the city, district, village, or town. * [company](/docs/api/storefront/unstable/scalars/String): String - The name of the customer's company or organization. * [countryCode](/docs/api/storefront/unstable/scalars/String): String - The two-letter code for the country of the address. For example, US. * [firstName](/docs/api/storefront/unstable/scalars/String): String - The first name of the customer. * [formatted](/docs/api/storefront/unstable/scalars/String): String! - A formatted version of the address, customized by the provided arguments. * [formattedArea](/docs/api/storefront/unstable/scalars/String): String - A comma-separated list of the values for city, province, and country. * [lastName](/docs/api/storefront/unstable/scalars/String): String - The last name of the customer. * [latitude](/docs/api/storefront/unstable/scalars/Float): Float - The latitude coordinate of the customer address. * [longitude](/docs/api/storefront/unstable/scalars/Float): Float - The longitude coordinate of the customer address. * [name](/docs/api/storefront/unstable/scalars/String): String - The full name of the customer, based on firstName and lastName. * [phone](/docs/api/storefront/unstable/scalars/String): String - A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. * [provinceCode](/docs/api/storefront/unstable/scalars/String): String - The alphanumeric code for the region. For example, ON. * [zip](/docs/api/storefront/unstable/scalars/String): String - The zip or postal code of the address. ## Connections ## Related queries ## Related mutations ## Related Unions * [CartAddress](/docs/api/storefront/unstable/unions/CartAddress) A delivery address of the buyer that is interacting with the cart. ## Examples