Interface StagedOrderSetCustomLineItemTaxRateAction

interface StagedOrderSetCustomLineItemTaxRateAction {
    action: "setCustomLineItemTaxRate";
    customLineItemId: string;
    externalTaxRate?: ExternalTaxRateDraft;
}

Properties

action: "setCustomLineItemTaxRate"
customLineItemId: string
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