# CompanyAddressInput - customer - INPUT_OBJECT Version: 2024-10 ## Description The input fields for creating or updating a company location 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 number of the apartment, suite, or unit. * [city](/docs/api/customer/2024-10/scalars/String): String - The name of the city, district, village, or town. * [countryCode](/docs/api/customer/2024-10/enums/CountryCode): CountryCode - The two-letter code for the country of the address. * [firstName](/docs/api/customer/2024-10/scalars/String): String - The first name in the address. * [lastName](/docs/api/customer/2024-10/scalars/String): String - The last name in the address. * [phone](/docs/api/customer/2024-10/scalars/String): String - A unique phone number for the business location, formatted using the E.164 standard, for example, _+16135551111_. * [recipient](/docs/api/customer/2024-10/scalars/String): String - The identity of the recipient, for example, 'Receiving Department'. * [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 code for the region of the address, such as the province, state, or district, for example, QC for Quebec, Canada. ## Input objects with this input object * [companyLocationAssignAddress](/docs/api/customer/2024-10/mutations/companyLocationAssignAddress) ## Examples