Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Platform SDK
CartChangeTaxModeAction
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
:
string
;
}
Index
Properties
action
tax
Mode
Properties
Readonly
action
action
:
"changeTaxMode"
Readonly
tax
Mode
tax
Mode
:
string
The new TaxMode.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
action
tax
Mode
Typescript SDK Type Docs
Loading...
External
TaxMode is changed toPlatform
orDisabled
, all previously set external Tax Rates are removed.Platform
, Line Items, Custom Line Items, and Shipping Method require a Tax Category with a Tax Rate for the Cart'sshippingAddress
.