Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jakobowsky/amazon-sp-api-reports-sales-aggregation

Amazon SP API / Sales API / Reports API / Automation
https://github.com/jakobowsky/amazon-sp-api-reports-sales-aggregation

amazon amazon-reports amazon-sp-api python reports-sp-api selling-partner-api sp sp-api spapi

Last synced: 22 days ago
JSON representation

Amazon SP API / Sales API / Reports API / Automation

Awesome Lists containing this project

README

        

# 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](https://youtu.be/tT22lCVguCE)

#
![amazon_reports_signature](https://user-images.githubusercontent.com/32365708/193262233-001f455a-33f4-49e1-8b54-7f166df22711.jpg)
#

## Setup Python Virtual Environment
```buildoutcfg
pipenv install
pipenv shell
```
## Running Script

```buildoutcfg
# fill credentials in keys.py
python script.py
```