--- title: CompanyAddressInput - Customer API description: The input fields for creating or updating a company location address. api_version: 2025-10 api_name: customer type: input-object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/input-objects/companyaddressinput md: https://shopify.dev/docs/api/customer/latest/input-objects/companyaddressinput.md --- # Company​Address​Input input\_object The input fields for creating or updating a company location address. ## Fields * address1 [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The first line of the address, typically the street address or PO Box number. * address2 [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The second line of the address, typically the number of the apartment, suite, or unit. * city [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The name of the city, district, village, or town. * country​Code [Country​Code](https://shopify.dev/docs/api/customer/latest/enums/CountryCode) The two-letter code for the country of the address. * first​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The first name in the address. * last​Name [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The last name in the address. * phone [String](https://shopify.dev/docs/api/customer/latest/scalars/String) A unique phone number for the business location, formatted using the E.164 standard, for example, *+16135551111*. * recipient [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The identity of the recipient, for example, 'Receiving Department'. * zip [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The zip or postal code of the address. * zone​Code [String](https://shopify.dev/docs/api/customer/latest/scalars/String) The code for the region of the address, such as the province, state, or district, for example, QC for Quebec, Canada. *** ## Mutations using this input * [company​Location​Assign​Address.​address](https://shopify.dev/docs/api/customer/latest/mutations/companyLocationAssignAddress#argument-address) MUTATION *** ## Map ### Mutations using this input * <\~>[company​Location​Assign​Address.address](https://shopify.dev/docs/api/customer/latest/mutations/companyLocationAssignAddress#argument-address)