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