@gradientedge/commercetools-utils
    Preparing search index...

    Interface CartChangeTaxModeAction

    • When External TaxMode is changed to Platform or Disabled, all previously set external Tax Rates are removed.
      • When set to Platform, Line Items, Custom Line Items, and Shipping Method require a Tax Category with a Tax Rate for the Cart's shippingAddress.
    interface CartChangeTaxModeAction {
        action: "changeTaxMode";
        taxMode: TaxMode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "changeTaxMode"
    taxMode: TaxMode

    The new TaxMode.