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

Properties

action: "addShippingRate"
shippingRate: ShippingRateDraft

Value to add to shippingRates.

Zone to which the ShippingRate should be added.

Generated using TypeDoc