upsertServiceZones - Fulfillment Module Reference
This documentation provides a reference to the upsertServiceZones
method. This belongs to the Fulfillment Module.
upsertServiceZones(data, sharedContext?): Promise<ServiceZoneDTO>
This method updates or creates a service zone if it doesn't exist.
Example
Parameters
The attributes in the service zone to be created or updated.
Returns
The created or updated service zone.
upsertServiceZones(data, sharedContext?): Promise<ServiceZoneDTO[]>
This method updates or creates service zones if they don't exist.
Example
Parameters
The attributes in the service zones to be created or updated.
Returns
The created or updated service zones.
Was this section helpful?