Interface CartSetShippingMethodTaxAmountAction

A Shipping Method tax amount can be set if the Cart has the ExternalAmount TaxMode.

interface CartSetShippingMethodTaxAmountAction {
    action: "setShippingMethodTaxAmount";
    externalTaxAmount?: ExternalTaxAmountDraft;
}

Properties

action: "setShippingMethodTaxAmount"
externalTaxAmount?: ExternalTaxAmountDraft

Value to set. If empty, any existing value is removed.

Generated using TypeDoc