CustomerAddressRegionInput
Defines the customer's state or province.
type CustomerAddressRegionInput = {
region?: InputMaybe<Scalars['String']['input']>; /** The address region code. */
region_code?: InputMaybe<Scalars['String']['input']>; /** The unique ID for a pre-defined region. */
region_id?: InputMaybe<Scalars['Int']['input']>;
};