listServiceZones - Fulfillment Module Reference
This documentation provides a reference to the listServiceZones
method. This belongs to the Fulfillment Module.
This method retrieves a paginated list of service zones based on optional filters and configuration.
Example
To retrieve a list of service zones using their IDs:
To specify relations that should be retrieved within the service 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
FilterableServiceZonePropsThe filters to apply on the retrieved service zones.
filters
FilterableServiceZonePropsconfig
FindConfig<ServiceZoneDTO>The configurations determining how the service zone is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a service zone.
config
FindConfig<ServiceZoneDTO>select
or relations
, accept the
attributes or relations associated with a service zone.Returns
The list of service zones.
Was this section helpful?