Demo Application

Learn how to build a Django application using the AvaTax API.

This lesson walks us through a Django e-commerce application integrated with AvaTax API. We have used the following endpoints in our application:

  • {{BASE_URL}}/companies/{companyId}/items/

  • {{BASE_URL}}/companies/{companyId}/transactions/

  • {{BASE_URL}}/transactions/

Running the application

You can run the demo application by pressing the "Run" button in the widget below. When the server has started, click the URL given against "Your app can be found at" to view the application better.

Note: The following widget only shows the necessary files required to show the integration of the AvaTax API.

Get hands-on with 1200+ tech skills courses.