Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyAddressInput > 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.
Signature:
countryCode?: InputMaybe<CountryCode | `${CountryCode}`>;