# CustomerAddressInput - customer - INPUT_OBJECT Version: 2024-10 ## Description The input fields to create or update a mailing address. ### Access Scopes ## Fields * [address1](/docs/api/customer/2024-10/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/customer/2024-10/scalars/String): String - The second line of the address. Typically the apartment, suite, or unit number. * [city](/docs/api/customer/2024-10/scalars/String): String - The name of the city, district, village, or town. * [company](/docs/api/customer/2024-10/scalars/String): String - The name of the customer's company or organization. * [firstName](/docs/api/customer/2024-10/scalars/String): String - The first name of the customer. * [lastName](/docs/api/customer/2024-10/scalars/String): String - The last name of the customer. * [phoneNumber](/docs/api/customer/2024-10/scalars/String): String - The customer's unique phone number, formatted using E.164 standard. For example, _+16135551111_. * [territoryCode](/docs/api/customer/2024-10/scalars/String): String - The country code, in ISO 3166-1 format. Accepts either a two-letter [alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), a three-letter [alpha-3 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3), or a three-digit [numeric code](https://en.wikipedia.org/wiki/ISO_3166-1_numeric). For example, `US`, `USA`, or `840` represents the United States. * [zip](/docs/api/customer/2024-10/scalars/String): String - The zip or postal code of the address. * [zoneCode](/docs/api/customer/2024-10/scalars/String): String - The alphanumeric code for the region of the address, such as the province, state, or district. For example, 'ON' for Ontario, Canada. ## Input objects with this input object * [customerAddressCreate](/docs/api/customer/2024-10/mutations/customerAddressCreate) * [customerAddressUpdate](/docs/api/customer/2024-10/mutations/customerAddressUpdate) * [subscriptionContractFetchDeliveryOptions](/docs/api/customer/2024-10/mutations/subscriptionContractFetchDeliveryOptions) * [SubscriptionDeliveryMethodLocalDeliveryInput](/docs/api/customer/2024-10/input-objects/SubscriptionDeliveryMethodLocalDeliveryInput) * [SubscriptionDeliveryMethodShippingInput](/docs/api/customer/2024-10/input-objects/SubscriptionDeliveryMethodShippingInput) ## Examples