Build a sample store using the python SDK and the flask web framework.

Overview

This tutorial is about developing a front end web store for the sample “Camera Store” sample data which you can load and test from your admin console (admin.tradenity.com).

In This tutorial we are going to use the Flask as our web framework.

We try to make the code as simple and readable as possible for you to be able to grasp the fundamentals of Tradenity API and the associated SDK. While this sample store application is feature rich and demonstrate most of Tradenity API capabilities, We want to stress that this is not a production quality code, you have to handle the errors more user friendly and perform your own testing.

Live demo

Here you can find live demo of the Camera store sample application. This is the application we are going to build here.

Table of contents

We divided this tutorial into multiple sections, each contains information related to a specific topic.