Articles

This section presents selected articles on medium.com written by our experts.
October, 2024

Amazon SP-API: Measure Sales Performance with Order Metrics

Amazon SP-API: Measure Sales Performance with Order Metrics
Amazon SP-API provides a simple and efficient way to evaluate Sales Performance — using Order Metrics. The Order Metrics request returns detailed, basic sales data over specified time intervals, similar to what you’d see in the Amazon Seller interface.

September, 2024

Amazon SP-API: Get Order Items with Python

Amazon SP-API: Get Order Items with Python
Getting Orders and Order Items from Amazon SP-API is fundamental for building high-quality sales analytics. It’s not only important to create a script that fetches data, but also to build a robust architecture and flow that works continuously, reliably fetching and updating data while preparing structured data for quality analytics.

August, 2024

Amazon SP-API: Get Orders with Python

Amazon SP-API: Get Orders with Python
Retrieving orders using the Amazon Seller Partner API is described as one of the most important and fundamental tasks for building high-quality sales data analytics. The process of retrieving sales data from the Amazon SP-API using Python is explained, along with a detailed description of how to create a reliable system for receiving and storing updates on orders.

August, 2024

Amazon SP-API: Get Inventory and Prices with Python

Amazon SP-API: Get Inventory and Prices with Python
This article describes how to work with Amazon SP-API and how to get Inventory and Prices of products using Python. For building analytics on products and sales from an Amazon Seller account, it's one of the most basic and initial actions.