updateServiceZones - Fulfillment Module Reference
This documentation provides a reference to the updateServiceZones
method. This belongs to the Fulfillment Module.
updateServiceZones(id, data, sharedContext?): Promise<ServiceZoneDTO>
This method updates an existing service zone.
Example
Parameters
id
stringRequiredThe ID of the service zone.
The attributes to update in the service zone.
Returns
The updated service zone.
updateServiceZones(selector, data, sharedContext?): Promise<ServiceZoneDTO[]>
This method updates existing service zones matching the specified filters.
Example
Parameters
The filters specifying which service zones to update.
The attributes to update in the service zone.
Returns
The updated service zones.
Was this section helpful?