Data available through the Amazon Selling Partner API
The Amazon Selling Partner API
Reports API
The data from the Reports API is designed to help you manage your business on the Amazon marketplace. The analytics reports
Sales performance – Analyzing sales data can help you identify trends and customer buying patterns. You can use this information to optimize your sales strategy.
Product performance – Analyzing product data can help you identify which products are selling well and which ones are not. You can use this information to optimize your product offerings.
Customer behavior – Analyzing customer data can help you understand your customers' preferences and needs. You can use this information to personalize your marketing and sales strategies.
The following table explains each brand analytics
Report | Description | Parameters |
|---|---|---|
Provides data on the items that are most commonly purchased in combination with the items in the customer's basket (cart) at checkout | The report can be requested for different reporting periods ( | |
Contains data on the most frequently selected Amazon Standard Identification Numbers (ASINs), by search keyword and department for a marketplace | The report can be requested for different reporting periods ( | |
Contains data on the quantity of repeated purchases of the selling partner's items | The report can be requested for different reporting periods ( |
The following table explains each vendor retail analytics
Report | Description | Availability | Parameters |
|---|---|---|---|
Contains inventory data at an ASIN level, aggregated to an hourly granularity | Vendors | The report can only be requested. The data can span multiple date range periods, including the current day. | |
Contains data on the customer traffic to the detail pages of the vendor's items, with hourly granularity | Vendors | The report can only be requested. The data can span multiple date range periods. | |
Contains sales data at an ASIN level, aggregated to an hourly granularity | Vendors | The report can only be requested. The data can span multiple date range periods. | |
Contains key retail sales metrics (such as ordered and shipped revenue and units), reported at the catalog level and at the ASIN level | Vendors | The report can be requested for different:
| |
Contains data on Amazon's net pure product margins for selling a vendor's items, reported at the catalog level and at the ASIN level | Vendors | The report can be requested for different reporting periods ( | |
Contains key retail traffic metrics, such as glance views, reported at the catalog level and at the ASIN level | Vendors | The report can be requested for different reporting periods ( | |
Contains forward-looking mean, prior 70, prior 80, and prior 90 weekly customer demand forecasts, reported at the ASIN level for the most recent weekly forecast generation date | Vendors | The report can be requested for different selling programs ( | |
Contains inventory and operational health metrics (such as sellable on-hand units and vendor confirmation rate), reported at the catalog level and at the ASIN level | Vendors | The report can be requested for different:
| |
Contains key sales performance metrics (such as ordered product sales, revenue, units ordered, and claim amount) and page traffic metrics (such as page views and buy box percentage) for the seller's entire catalog, aggregated by date and ASIN | Sellers | The report can be requested or scheduled. The data can be provided for different date range aggregation levels ( |
Data Kiosk API
The Data Kiosk API provides a GraphQL
Seller sales and traffic data
Vendor analytics data
Seller economics data
The following are the key capabilities of the Data Kiosk API:
GraphQL-powered dynamic reporting – The API supports GraphQL query operations, helping you to create custom queries to retrieve the specific data that you need.
Bulk data access – You can access large datasets through the API, facilitating comprehensive analysis and reporting.
Flexible data exploration – The GraphQL-based approach allows for dynamic, ad-hoc data exploration. This flexibility helps you iterate on queries and extract insights.
Comprehensive data coverage – The API provides access to a wide range of seller and vendor data, enabling holistic performance analysis and business intelligence.
The schemas and directives in the Data Kiosk API provide a structured way to access your data through a GraphQL API, with the ability to aggregate and filter the data based on your specific needs. By using the Data Kiosk API, you can gain deeper, more actionable insights into sales, traffic, and analytics data. This empowers you to make informed, data-driven decisions to optimize your business strategies.
Note: The retention of a query varies based on the fields requested. Each field within a schema is annotated with a |
|---|
Seller sales and traffic data
In the Data Kiosk API, Analytics_SalesAndTraffic_2024_04_24 is the root type for sales and traffic queries. Two queries are available for this root type:
salesAndTrafficByAsinretrieves sales and traffic data that is aggregated by ASIN (PARENT,CHILD, orSKU).salesAndTrafficByDateretrieves sales and traffic data that is aggregated by date (DAY,WEEK, orMONTH).
Note the following about these queries:
Enumerated types (enums), such as
AsinGranularityandDateGranularity, specify the level of aggregation.Scalar types, such as Date
, are used to represent the data.
Vendor analytics data
In the Data Kiosk API, Analytics_vendorAnalytics_2024_09_30 is the root type for vendor analytics queries. Two views are available for this root type:
manufacturingViewretrieves metrics about products that you manufacture, aggregated by the specified date.sourcingViewretrieves metrics about products that you source directly to Amazon, aggregated by the specified date.
You access the relevant view and its associated metrics based on the role assigned to you as a vendor (SOURCING or MANUFACTURING). These queries include the start and end dates, the marketplace identifier, the aggregated metrics, and the total metrics. Note the following about these queries:
The metrics are grouped by various attributes (such as ASIN or brand) by using the
ManufacturingViewMetricsGroupedByandSourcingViewMetricsGroupedBytypes.Metric types, such as
costs,customerSatisfaction,orders, andproductAvailability, represent the different metric groups.The
DateGranularityenum specifies the level of date aggregation.
Seller economics data
The seller economics report provides a comprehensive view of your performance and financials on the Amazon marketplace. It covers sales data, advertising spend, fees, costs, and net proceeds. You can aggregate the data by date and product identifier.
In the Data Kiosk API, Analytics_Economics_2024_03_15 is the root type for seller economics queries. The seller economics data for a given product is represented by the Economics type. This type includes the following key aspects:
ads– The advertising spend data for the product within the specified date range.cost– The off Amazon cost provided by the seller for this product (per unit).fees– The fees applied to the product within the specified date range.fnsku– The Fulfillment Network Stock Keeping Unit (FNSKU) of the product.msku– The Merchant Stock Keeping Unit (MSKU) of the product.netProceeds– The net proceeds for this product within the specified date range.sales– The sales data for the product within the specified date range.