List Per-Product reports
GET
/openapi/publisher/v1/reports/details
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/reports/details?marketplace=amazon.com&start=2025-01-01T08:00:00.000Z&end=2025-05-31T08:00:00.000Z&asins=B0DGXXWGNQ,B0DG8PZSCY&productIds=aa_86Rf07xd4ztfA13R,aa_afRa9dxd4ztfA123&linkIds=aa_uFNqjbUyGoMAU4FM, aa_Dlv1t7DuLkZcvwdj&sourceIds=aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
"reports": [
{
"marketplace": "",
"date": "",
"currency": "",
"detailPageViews": 0,
"addToCarts": 0,
"conversions": 0,
"sales": 0.0,
"directDetailPageViews": 0,
"directAddToCarts": 0,
"directConversions": 0,
"directSales": 0.0,
"haloDetailPageViews": 0,
"haloAddToCarts": 0,
"haloConversions": 0,
"haloSales": 0.0,
"commissionEarned": 0.0,
"productId": "",
"asin": "",
"productTitle": "",
"productImageUrl": "",
"link": {
"linkId": "",
"productId": "",
"asin": "",
"sourceId": "",
"sourceName": "",
"marketplace": "",
"productStatus": "",
"trackingLink": "",
"shortTrackingLink": ""
},
"finalized": false
}
],
"cursor": ""
}
Request
Query Params
marketplace
string
required
Example:
amazon.com
start
string
required
Example:
2025-01-01T08:00:00.000Z
end
string
required
Example:
2025-05-31T08:00:00.000Z
asins
string
optional
Example:
B0DGXXWGNQ,B0DG8PZSCY
productIds
string
optional
Example:
aa_86Rf07xd4ztfA13R,aa_afRa9dxd4ztfA123
linkIds
string
optional
Example:
aa_uFNqjbUyGoMAU4FM, aa_Dlv1t7DuLkZcvwdj
sourceIds
string
optional
Example:
aa_86Rf07xd4ztfA13R,aa_86Rf07xd4ztfA2Ud
limit
integer
optional
Example:
100
cursor
string
optional
Example:
86Rf07xd4ztfA2ztfA
Header Params
x-aa-authorization
string
required
Bearer
Example:
Bearer aa.oa2.v1.xxx
Responses
Modified at 2025-06-04 02:32:39