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

Properties

Properties

action: "removeZone"

Value to remove from zoneRates.

Generated using TypeDoc