Demo E-commerce Application
Explore how to build a Django e-commerce application by integrating core Square APIs for orders, invoices, and payments. Understand the step-by-step implementation from creating an order to generating and publishing invoices, and finally enabling buyers to pay using the public URL. This lesson provides practical experience with Square's payment and order workflows.
We'll cover the following...
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:
- Orders API
- 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 ...