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 |
---|---|---|
Market Basket Analysis Report |
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
(DAY , WEEK , MONTH , or
QUARTER ). The data is provided across those
periods. |
Amazon Search Terms Report |
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
(DAY , WEEK , MONTH , or
QUARTER ). Requests cannot span multiple reporting
periods. |
Repeat Purchase Report |
Contains data on the quantity of repeated purchases of the selling partner's items | The report can be requested for different reporting periods
(WEEK , MONTH , or QUARTER ).
The data can span multiple reporting periods. |
The following table explains each vendor retail analytics
Report | Description | Availability | Parameters |
---|---|---|---|
Rapid Retail Analytics Inventory Report |
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. |
Rapid Retail Analytics Traffic Report |
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. |
Rapid Retail Analytics Sales Report |
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. |
Vendor Sales Report |
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:
|
Net Pure Product Margin Report |
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
(DAY , WEEK , MONTH ,
QUARTER , or YEAR ). |
Vendor Traffic Report |
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
(DAY , WEEK , MONTH ,
QUARTER , or YEAR ). |
Vendor Forecasting Report |
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
(RETAIL or FRESH ). |
Vendor Inventory Report |
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:
|
Sales and Traffic Business Report |
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 (DAY ,
WEEK , or MONTH ) and ASIN aggregation
levels (PARENT , CHILD , or
SKU ). |
Data Kiosk API
The Data Kiosk API provides a GraphQL
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 @resultRetention
directive that defines how
long a query containing that field will be retained. When a query contains multiple
fields with different retentions, the shortest (minimum) retention is applied. The
retention of a query's resulting documents always matches the retention of the
query.
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:
-
salesAndTrafficByAsin
retrieves sales and traffic data that is aggregated by ASIN (PARENT
,CHILD
, orSKU
). -
salesAndTrafficByDate
retrieves sales and traffic data that is aggregated by date (DAY
,WEEK
, orMONTH
).
Note the following about these queries:
-
Enumerated types (enums), such as
AsinGranularity
andDateGranularity
, 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:
-
manufacturingView
retrieves metrics about products that you manufacture, aggregated by the specified date. -
sourcingView
retrieves 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
ManufacturingViewMetricsGroupedBy
andSourcingViewMetricsGroupedBy
types. -
Metric types, such as
costs
,customerSatisfaction
,orders
, andproductAvailability
, represent the different metric groups. -
The
DateGranularity
enum 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.