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