# MailingAddressInput - storefront - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create or update a mailing address. ### Access Scopes ## Fields * [address1](/docs/api/storefront/2024-10/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/storefront/2024-10/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/storefront/2024-10/scalars/String): String - The name of the city, district, village, or town. * [company](/docs/api/storefront/2024-10/scalars/String): String - The name of the customer's company or organization. * [country](/docs/api/storefront/2024-10/scalars/String): String - The name of the country. * [firstName](/docs/api/storefront/2024-10/scalars/String): String - The first name of the customer. * [lastName](/docs/api/storefront/2024-10/scalars/String): String - The last name of the customer. * [phone](/docs/api/storefront/2024-10/scalars/String): String - A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. * [province](/docs/api/storefront/2024-10/scalars/String): String - The region of the address, such as the province, state, or district. * [zip](/docs/api/storefront/2024-10/scalars/String): String - The zip or postal code of the address. ## Input objects with this input object * [DeliveryAddressInput](/docs/api/storefront/2024-10/input-objects/DeliveryAddressInput) * [customerAddressCreate](/docs/api/storefront/2024-10/mutations/customerAddressCreate) * [customerAddressUpdate](/docs/api/storefront/2024-10/mutations/customerAddressUpdate) ## Examples