Demo Application

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

We'll cover the following...

This lesson walks us through a Django e-commerce application that is integrated with FreshBooks APIs. The following endpoints integrate into the application workflow:

  1. Generate an invoice.
  2. Details of an invoice.
  3. Send an invoice by email.
  4. Add payment records.
  5. View all invoices.

In case we’re not authenticated, we can regenerate an access token by following ...