Inserting taxes in the cart
1 min read
For some stores, especially those that operate in a B2B model, tax calculations can be so complex that it is necessary to use an external tax calculation provider. For such cases, it is possible to build an integration to connect stores to these services.
How it works
Whenever an item is added to the cart on your VTEX store, the platform triggers a series of automatic processes in order to ensure fulfillment.
Synchronous integration allows these automatic processes to send product data to the external tax calculation tool whenever a change is made to the cart. The tool must then respond with appropriate information on the calculated taxes.
Implementing integrations with tax calculation services
Access our Tax service integration guide to know more about how it works and how to implement it.