Search⌘ K

Demo Application

Explore how to integrate FreshBooks API endpoints into a Django e-commerce application. Learn to generate invoices, view invoice details, send invoices via email, record payments, and list all invoices while ensuring authentication and proper workflow.

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 ...