--- title: MailingAddressInput - Storefront API description: The input fields to create or update a mailing address. api_version: 2024-10 api_name: storefront type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/MailingAddressInput md: >- https://shopify.dev/docs/api/storefront/2024-10/input-objects/MailingAddressInput.txt --- # Mailing​Address​Input input\_object The input fields to create or update a mailing address. ## Fields * address1 [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The first line of the address. Typically the street address or PO Box number. * address2 [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The second line of the address. Typically the number of the apartment, suite, or unit. * city [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The name of the city, district, village, or town. * company [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The name of the customer's company or organization. * country [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The name of the country. * first​Name [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The first name of the customer. * last​Name [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The last name of the customer. * phone [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) A unique phone number for the customer. Formatted using E.164 standard. For example, *+16135551111*. * province [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The region of the address, such as the province, state, or district. * zip [String](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) The zip or postal code of the address. *** ## Mutations using this input * [customer​Address​Create.​address](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerAddressCreate#argument-address) MUTATION * [customer​Address​Update.​address](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerAddressUpdate#argument-address) MUTATION *** ## Input objects using this input * [Delivery​Address​Input.​delivery​Address](https://shopify.dev/docs/api/storefront/2024-10/input-objects/DeliveryAddressInput#field-deliveryAddress) INPUT OBJECT The input fields for delivery address preferences. *** ## Map ### Mutations using this input * <\~>[customer​Address​Create.address](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerAddressCreate#argument-address) * <\~>[customer​Address​Update.address](https://shopify.dev/docs/api/storefront/2024-10/mutations/customerAddressUpdate#argument-address) ### Input objects using this input * [Delivery​Address​Input.deliveryAddress](https://shopify.dev/docs/api/storefront/2024-10/input-objects/DeliveryAddressInput#field-deliveryAddress)