Interface StagedOrderSetShippingMethodTaxAmountAction

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

Properties

action: "setShippingMethodTaxAmount"
externalTaxAmount?: ExternalTaxAmountDraft

Cannot be used in LineItemDraft or CustomLineItemDraft.

Can only be set by these update actions:

- [Set LineItem TaxAmount](ctp:api:type:CartSetLineItemTaxAmountAction), [Set CustomLineItem TaxAmount](ctp:api:type:CartSetCustomLineItemTaxAmountAction), or [Set ShippingMethod TaxAmount](ctp:api:type:CartSetShippingMethodTaxAmountAction) on Carts
- [Set LineItem TaxAmount](ctp:api:type:OrderEditSetLineItemTaxAmountAction), [Set CustomLineItem TaxAmount](ctp:api:type:OrderEditSetCustomLineItemTaxAmountAction), or [Set ShippingMethod TaxAmount](ctp:api:type:OrderEditSetShippingMethodTaxAmountAction) on Order Edits

Generated using TypeDoc