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

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.