deleteGeoZones - Fulfillment Module Reference
This documentation provides a reference to the deleteGeoZones
method. This belongs to the Fulfillment Module.
deleteGeoZones(ids, sharedContext?): Promise<void>
This method deletes geo zones by their IDs.
Example
Parameters
ids
string[]RequiredThe IDs of the geo zones.
Returns
Promise
Promise<void>RequiredResolves when the geo zones are deleted.
deleteGeoZones(id, sharedContext?): Promise<void>
This method deletes a geo zone by its ID.
Example
Parameters
id
stringRequiredThe ID of the geo zone.
Returns
Promise
Promise<void>RequiredResolves when the geo zone is deleted.
Was this section helpful?