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

    Interface ZoneRateDraft

    interface ZoneRateDraft {
        shippingRates: ShippingRateDraft[];
        zone: ZoneResourceIdentifier;
    }
    Index

    Properties

    Properties

    shippingRates: ShippingRateDraft[]

    Shipping rates for the currencies configured in the Project. The array must not contain two ShippingRates with the same CurrencyCode.

    Sets the Zone for which the shippng rates are valid.