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

    Interface ShippingRateDraft

    interface ShippingRateDraft {
        freeAbove?: _Money;
        price: _Money;
        tiers?: ShippingRatePriceTier[];
    }
    Index

    Properties

    freeAbove?: _Money

    Free shipping is applied if the sum of the (Custom) Line Item Prices reaches the specified value.

    price: _Money

    Money value of the ShippingRate.

    Price tiers for the ShippingRate.