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