---
title: CompanyAddressInput - Customer API
description: The input fields for creating or updating a company location address.
api_version: 2025-07
api_name: customer
type: input-object
api_type: graphql
source_url:
  html: https://shopify.dev/docs/api/customer/2025-07/input-objects/CompanyAddressInput
  md: https://shopify.dev/docs/api/customer/2025-07/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/2025-07/scalars/String)

  The first line of the address, typically the street address or PO Box number.

* address2

  [String](https://shopify.dev/docs/api/customer/2025-07/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/2025-07/scalars/String)

  The name of the city, district, village, or town.

* country​Code

  [Country​Code](https://shopify.dev/docs/api/customer/2025-07/enums/CountryCode)

  The two-letter code for the country of the address.

* first​Name

  [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  The first name in the address.

* last​Name

  [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  The last name in the address.

* phone

  [String](https://shopify.dev/docs/api/customer/2025-07/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/2025-07/scalars/String)

  The identity of the recipient, for example, 'Receiving Department'.

* zip

  [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  The zip or postal code of the address.

* zone​Code

  [String](https://shopify.dev/docs/api/customer/2025-07/scalars/String)

  The code for the region of the address, such as the province, state, or district, for example, QC for Quebec, Canada.

***

## Map

No referencing types