FilterableGeoZoneProps
The filters to apply on the retrieved geo zones.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]The IDs to filter the geo zones by.
type
GeoZoneType | GeoZoneType[]Filter the geo zones by their type.
country_code
string | string[]Filter the geo zones by their country code.
province_code
string | string[]Filter the geo zones by their province code.
city
string | string[]Filter the geo zones by their city.
Was this section helpful?