# CompanyAddressInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields to create or update the address of a company location. ### Access Scopes ## Fields * [address1](/docs/api/admin-graphql/2024-07/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [address2](/docs/api/admin-graphql/2024-07/scalars/String): String - The second line of the address. Typically the number of the apartment, suite, or unit. * [city](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the city, district, village, or town. * [countryCode](/docs/api/admin-graphql/2024-07/enums/CountryCode): CountryCode - The two-letter code ([ISO 3166-1 alpha-2]](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format) for the country of the address. For example, `US`` for the United States. * [firstName](/docs/api/admin-graphql/2024-07/scalars/String): String - The first name of the recipient. * [lastName](/docs/api/admin-graphql/2024-07/scalars/String): String - The last name of the recipient. * [phone](/docs/api/admin-graphql/2024-07/scalars/String): String - A phone number for the recipient. Formatted using E.164 standard. For example, _+16135551111_. * [recipient](/docs/api/admin-graphql/2024-07/scalars/String): String - The identity of the recipient e.g. 'Receiving Department'. * [zip](/docs/api/admin-graphql/2024-07/scalars/String): String - The zip or postal code of the address. * [zoneCode](/docs/api/admin-graphql/2024-07/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 * [CompanyLocationInput](/docs/api/admin-graphql/2024-07/input-objects/CompanyLocationInput) * [CompanyLocationInput](/docs/api/admin-graphql/2024-07/input-objects/CompanyLocationInput) * [companyLocationAssignAddress](/docs/api/admin-graphql/2024-07/mutations/companyLocationAssignAddress) ## Examples