createGeoZones - Fulfillment Module Reference
This documentation provides a reference to the createGeoZones
method. This belongs to the Fulfillment Module.
createGeoZones(data, sharedContext?): Promise<GeoZoneDTO[]>
This method creates geo zones.
Example
Parameters
The geo zones to be created.
Returns
The created geo zones.
createGeoZones(data, sharedContext?): Promise<GeoZoneDTO>
This method creates a geo zones.
Example
Parameters
The geo zone to be created.
Returns
The created geo zones.
Was this section helpful?