- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createTaxRateRules - Tax Module Reference
This documentation provides a reference to the createTaxRateRules
method. This belongs to the Tax Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createTaxRateRules(data, sharedContext?): Promise<TaxRateRuleDTO>#
This method creates a tax rate rule.
Example#
Parameters#
The tax rate rule to be created.
Returns#
Promise
Promise<TaxRateRuleDTO>The created tax rate rule.
Promise
Promise<TaxRateRuleDTO>createTaxRateRules(data, sharedContext?): Promise<TaxRateRuleDTO[]>#
This method creates tax rate rules.
Example#
Parameters#
data
CreateTaxRateRuleDTO[]The tax rate rules to be created.
data
CreateTaxRateRuleDTO[]Returns#
Promise
Promise<TaxRateRuleDTO[]>The created tax rate rules.
Promise
Promise<TaxRateRuleDTO[]>Was this page helpful?