tax
Number of APIs: 7
The tax service allows you to manage supported taxes in your system. The service allows you to define taxes for a country. It is worth to mention that only countries defined in the system are accepted here. In case when taxes for unknown country will be provided then the request will be rejected. In order to manage countries in the system check the country service: https://docs.emporix.com/api-reference?urls.primaryName=Country
-
Access Token POST {{api-url}}/oauth/token
-
Creating a new tax configuration POST {{api-url}}/tax/{{tenant}}/taxes
-
Retrieving tax configuration by country code GET {{api-url}}/tax/{{tenant}}/taxes/{{locationCode}}
-
Updating tax configuration by country code PUT {{api-url}}/tax/{{tenant}}/taxes/{{locationCode}}
-
Deleting tax configuration by country code DELETE {{api-url}}/tax/{{tenant}}/taxes/{{locationCode}}
-
Calculation commands gross to gross (two countries) PUT {{api-url}}/tax/{{tenant}}/taxes/calculation-commands
-
Retrieving all tax configurations GET {{api-url}}/tax/{{tenant}}/taxes