listAndCountGeoZones - Fulfillment Module Reference
This documentation provides a reference to the listAndCountGeoZones
method. This belongs to the Fulfillment Module.
This method retrieves a paginated list of geo zones along with the total count of available geo zones satisfying the provided filters.
Example
To retrieve a list of geo zones using their IDs:
To specify relations that should be retrieved within the geo zone:
By default, only the first 15
records are retrieved. You can control pagination by specifying the skip
and take
properties of the config
parameter:
Parameters
filters
FilterableGeoZonePropsThe filters to apply on the retrieved geo zones.
filters
FilterableGeoZonePropsconfig
FindConfig<GeoZoneDTO>The configurations determining how the geo zone is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a geo zone.
config
FindConfig<GeoZoneDTO>select
or relations
, accept the
attributes or relations associated with a geo zone.Returns
The list of geo zones along with their total count.
Was this section helpful?