jakobowsky / amazon-sp-api-reports-sales-aggregation

Amazon SP API / Sales API / Reports API / Automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon SP API / Sales API / Reports API / Automation

With the world taking a frog leap into the eCommerce world, more and more people start selling their products on Amazon. However, once you start hitting the mass scale and you have orders coming every minute, it can be hard to get a grasp of all the data. The basic Amazon dashboards are limited, and you will soon find yourself using proprietary tools charging hefty monthly subscriptions. I will show you how easy it is to use Amazon SP API (old Amazon MWS) and collect orders and sales data. We will use the Python programming language with some 3rd party libraries. Watch full video here

amazon_reports_signature

Setup Python Virtual Environment

pipenv install
pipenv shell

Running Script

# fill credentials in keys.py
python script.py

About

Amazon SP API / Sales API / Reports API / Automation


Languages

Language:Python 100.0%