@gradientedge/commercetools-utils
    Preparing search index...

    Interface ShippingMethodRemoveZoneAction

    interface ShippingMethodRemoveZoneAction {
        action: "removeZone";
        zone: ZoneResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index
    action: "removeZone"

    Value to remove from zoneRates.

    Removes the entire [ZoneRate](ctp:api:type:ZoneRate) entry for the specified [Zone](ctp:api:type:Zone) from the `zoneRates` array. This action deletes both the Zone reference and all [ShippingRates](ctp:api:type:ShippingRate) associated with that Zone.