- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
createTaxRegions - Tax Module Reference
This documentation provides a reference to the createTaxRegions
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.
createTaxRegions(data, sharedContext?): Promise<TaxRegionDTO>#
This method creates a tax region.
Example#
Parameters#
The tax region to be created.
Returns#
Promise
Promise<TaxRegionDTO>The created tax region.
Promise
Promise<TaxRegionDTO>createTaxRegions(data, sharedContext?): Promise<TaxRegionDTO[]>#
This method creates tax regions.
Example#
Parameters#
data
CreateTaxRegionDTO[]The tax regions to be created.
data
CreateTaxRegionDTO[]Returns#
Promise
Promise<TaxRegionDTO[]>The created tax regions.
Promise
Promise<TaxRegionDTO[]>Was this page helpful?