Demo E-commerce Application

Learn to build a fully functional Django e-commerce application using Square APIs.

We'll cover the following...

This lesson will walk us through a Django e-commerce application that is integrated with Square APIs. We used the following APIs in the application workflow:

  1. Orders API
  2. Invoices API

Workflow and APIs

Let’s dive into the code and see how we integrate different Square APIs in our e-commerce application. We can see the contents of the views.py ...