stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyAddressInput

AdminTypes.CompanyAddressInput interface

The input fields to create or update the address of a company location.

Signature:

export interface CompanyAddressInput 

Properties

Property Modifiers Type Description
address1?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The first line of the address. Typically the street address or PO Box number.
address2?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The second line of the address. Typically the number of the apartment, suite, or unit.
city?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The name of the city, district, village, or town.
countryCode?   InputMaybe<CountryCode | `${CountryCode}`> (Optional) 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.
phone?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) A phone number for the recipient. Formatted using E.164 standard. For example, _+16135551111_.
recipient?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The identity of the recipient e.g. ‘Receiving Department’.
zip?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The zip or postal code of the address.
zoneCode?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The two-letter code ([ISO 3166-2 alpha-2]](https://en.wikipedia.org/wiki/ISO_3166-2) format) for the region of the address, such as the province, state, or district. For example, ON for Ontario, Canada.