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