retrieveServiceZone - Fulfillment Module Reference
This documentation provides a reference to the retrieveServiceZone
method. This belongs to the Fulfillment Module.
This method retrieves a service zone by its ID.
Example
A simple example that retrieves a service zone by its ID:
To specify relations that should be retrieved:
Parameters
id
stringRequiredThe ID of the service zone.
config
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 retrieved service zone.
Was this section helpful?