createTaxRateRules - Tax Module Reference
This documentation provides a reference to the createTaxRateRules
method. This belongs to the Tax Module.
createTaxRateRules(data, sharedContext?): Promise<TaxRateRuleDTO>
This method creates a tax rate rule.
Example
Parameters
The tax rate rule to be created.
Returns
The created tax rate rule.
createTaxRateRules(data, sharedContext?): Promise<TaxRateRuleDTO[]>
This method creates tax rate rules.
Example
Parameters
The tax rate rules to be created.
Returns
The created tax rate rules.
Was this section helpful?