updateGeoZones - Fulfillment Module Reference
This documentation provides a reference to the updateGeoZones
method. This belongs to the Fulfillment Module.
updateGeoZones(data, sharedContext?): Promise<GeoZoneDTO[]>
This method updates existing geo zones.
Example
Parameters
The attributes to update in the geo zones.
Returns
The updated geo zones.
updateGeoZones(data, sharedContext?): Promise<GeoZoneDTO>
This method updates an existing fulfillment.
Example
Parameters
The attributes to update in the geo zone.
Returns
The updated fulfillment.
Was this section helpful?