# MailingAddressInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create or update a mailing address. ### Access Scopes ## Fields * [address1](/docs/api/admin-graphql/2024-10/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/admin-graphql/2024-10/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the city, district, village, or town. * [company](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the customer's company or organization. * [country](/docs/api/admin-graphql/2024-10/scalars/String): String - The name of the country. * [countryCode](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode - The two-letter code for the country of the address. * [firstName](/docs/api/admin-graphql/2024-10/scalars/String): String - The first name of the customer. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID - * [lastName](/docs/api/admin-graphql/2024-10/scalars/String): String - The last name of the customer. * [phone](/docs/api/admin-graphql/2024-10/scalars/String): String - A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. * [province](/docs/api/admin-graphql/2024-10/scalars/String): String - The region of the address, such as the province, state, or district. * [provinceCode](/docs/api/admin-graphql/2024-10/scalars/String): String - The code for the region of the address, such as the province, state, or district. For example QC for Quebec, Canada. * [zip](/docs/api/admin-graphql/2024-10/scalars/String): String - The zip or postal code of the address. ## Input objects with this input object * [CustomerInput](/docs/api/admin-graphql/2024-10/input-objects/CustomerInput) * [DraftOrderInput](/docs/api/admin-graphql/2024-10/input-objects/DraftOrderInput) * [DraftOrderInput](/docs/api/admin-graphql/2024-10/input-objects/DraftOrderInput) * [customerPaymentMethodCreditCardCreate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodCreditCardCreate) * [customerPaymentMethodCreditCardUpdate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodCreditCardUpdate) * [customerPaymentMethodPaypalBillingAgreementCreate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodPaypalBillingAgreementCreate) * [customerPaymentMethodPaypalBillingAgreementUpdate](/docs/api/admin-graphql/2024-10/mutations/customerPaymentMethodPaypalBillingAgreementUpdate) * [OrderCreateOrderInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateOrderInput) * [OrderCreateOrderInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateOrderInput) * [OrderInput](/docs/api/admin-graphql/2024-10/input-objects/OrderInput) * [ShopifyPaymentsDisputeEvidenceUpdateInput](/docs/api/admin-graphql/2024-10/input-objects/ShopifyPaymentsDisputeEvidenceUpdateInput) * [SubscriptionDeliveryMethodLocalDeliveryInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput) * [SubscriptionDeliveryMethodShippingInput](/docs/api/admin-graphql/2024-10/input-objects/SubscriptionDeliveryMethodShippingInput) * [SubscriptionDraft](/docs/api/admin-graphql/2024-10/arguments/SubscriptionDraft) * [SubscriptionDraft](/docs/api/admin-graphql/2024-10/arguments/SubscriptionDraft) ## Examples