Interface ShippingMethodRemoveShippingRateAction

interface ShippingMethodRemoveShippingRateAction {
    action: "removeShippingRate";
    shippingRate: ShippingRateDraft;
    zone: ZoneResourceIdentifier;
}

Properties

action: "removeShippingRate"
shippingRate: ShippingRateDraft

Value to remove from shippingRates.

Zone from which the ShippingRate should be removed.

Generated using TypeDoc