interface StagedOrderSetLineItemTaxRateAction {
    action: "setLineItemTaxRate";
    externalTaxRate?: ExternalTaxRateDraft;
    lineItemId: string;
    shippingKey?: string;
}

Properties

action: "setLineItemTaxRate"
externalTaxRate?: ExternalTaxRateDraft

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

lineItemId: string
shippingKey?: string

key of the ShippingMethod used for this Line Item. This is required for Carts with Multiple ShippingMode.

Generated using TypeDoc