Interface StagedOrderSetShippingMethodTaxRateAction

interface StagedOrderSetShippingMethodTaxRateAction {
    action: "setShippingMethodTaxRate";
    externalTaxRate?: ExternalTaxRateDraft;
}

Properties

action: "setShippingMethodTaxRate"
externalTaxRate?: ExternalTaxRateDraft

Controls calculation of taxed prices for Line Items, Custom Line Items, and Shipping Methods as explained in Cart tax calculation.

Generated using TypeDoc