EstimateAddressInput
Contains details about an address.
type EstimateAddressInput = {
country_code: CountryCodeEnum; /** The customer's ZIP or postal code. */
postcode?: InputMaybe<Scalars['String']['input']>; /** An object containing the region name, region code, and region ID. */
region?: InputMaybe<CustomerAddressRegionInput>;
};