List Reports
Query report data visible to the current creator token
start and end in YYYY-MM-DD format. Optional filters include brand_id, product_id, asin, link_id, and marketplace; marketplace is an Amazon country or region code such as US, UK, or DE.
Pagination uses limit and cursor: limit defaults to 100 and maxes out at 500; when next_cursor is not null, pass it as cursor on the next request.
Response fields:
date: Report date.brand_id: Brand ID.product_id: Product ID.asin: Amazon ASIN.marketplace: Amazon country or region code, such asUS,UK, orDE.currency: Currency for sales and commission amounts.sales_cents: Sales amount in minor currency units.commission_cents: Commission amount in minor currency units.commission_status: Commission settlement status.orders: Number of orders.units_sold: Number of units sold.clicks: Number of clicks.detail_page_views: Number of detail page views.add_to_carts: Number of add-to-cart events.link.id: Attribution link ID.link.tracking_id: Client-side tracking tag supplied at link creation; empty string when omitted.link.short_url: Shareable attribution short URL.link.destination_url: Amazon landing page URL for the attribution link.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
开始日期,格式为 YYYY-MM-DD。Start date in YYYY-MM-DD format.
结束日期,格式为 YYYY-MM-DD。End date in YYYY-MM-DD format.
每页返回报表行数,默认 100,最大 500。Number of report rows per page; defaults to 100 and maxes out at 500.
1 <= x <= 500上一页响应返回的下一页游标。Cursor returned as next_cursor by the previous page.
按品牌 ID 筛选。Filter by brand ID.
按商品 ID 筛选。Filter by product ID.
按 Amazon ASIN 筛选。Filter by Amazon ASIN.
按归因链接 ID 筛选。Filter by attribution link ID.
按 Amazon 国家/地区码筛选,例如 US、UK、DE。Filter by Amazon marketplace country or region code, such as US, UK, or DE.