Ecom-Dashboard : A Django based web application made for E-commerce sellers to automate and simplify their daily tasks.
- Amazon Seller Central
- Shopify
-
python -m venv {{env_name}}
-
pip install -r requirements.txt
-
Activate the environment.
-
Create a .env file on the root directory and store these credentials on this format.
ACCESS_TOKEN = {{your Access token}}
REFRESH_TOKEN = {{Your Refresh token}}
CLIENT_ID = {{Your Client id}}
CLIENT_SECRET = {{Your Client secret}}
NB : Make sure .env
file is included in .gitignore
to avoid pubslishing your API Credentials by accident.
- Order id : AmazonOrderID
- Scheduled / Unscheduled : OrderStatuses -> Shipped / Unshipped.
- Ship by date : LatestShipDate.
- ReportType :
Models : Orders, Reports, Easy ship
- API call limit handling.
- Access token initialization from env file.
- cache file.
- auto data updation like js.
- Sandbox switching in developer options. 8 . OTP login, email confirmation.