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

    Interface ShippingMethodAddShippingRateAction

    interface ShippingMethodAddShippingRateAction {
        action: "addShippingRate";
        shippingRate: ShippingRateDraft;
        zone: ZoneResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "addShippingRate"
    shippingRate: ShippingRateDraft

    Value to add to shippingRates.

    Zone to which the ShippingRate should be added.