import { MagentoCustomerAddressRegionInput } from '@daffodil/customer/driver/magento'
interface MagentoCustomerAddressRegionInput {
region: string
region_code: string
region_id: number
}
region string |
---|
region_code string |
---|
region_id number |
---|
Note that this is always required for US addresses even though the schema does not enforce it. |