List Product reports
GET
/openapi/publisher/v1/reports
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.artemisads.com/openapi/publisher/v1/reports?reportType=PERFORMANCE&marketplace=amazon.com&start=2025-01-01T08:00:00.000Z&end=2025-05-31T08:00:00.000Z&asin=B0DGXXWGNQ&productId=aa_86Rf07xd4ztfA13R&brandId=aa_J9HAfx0jN2TjHqzv&limit=100&cursor=86Rf07xd4ztfA2ztfA' \
--header 'x-aa-authorization: Bearer aa.oa2.v1.xxx'
Response Response Example
{
"reports": [
{
"detailPageViews": 0,
"addToCarts": 0,
"conversions": 0,
"sales": 0,
"directDetailPageViews": 0,
"directAddToCarts": 0,
"directConversions": 0,
"directSales": 0,
"haloDetailPageViews": 0,
"haloAddToCarts": 0,
"haloConversions": 0,
"haloSales": 0,
"commissionEarned": 0,
"date": "string",
"clicks": 0,
"productId": "string",
"asin": "string",
"productTitle": "string",
"productImageUrl": "string",
"links": {
"linkId": "string",
"productId": "string",
"asin": "string",
"sourceId": "string",
"sourceName": "string",
"marketplace": "string",
"productStatus": "string",
"trackingLink": "string",
"shortTrackingLink": "string"
},
"brandId": "string",
"brandName": "string",
"brandLogoImageUrl": "string",
"brandBiography": "string"
}
],
"cursor": "string"
}
Request
Query Params
reportType
enum<string>
required
Allowed values:
PERFORMANCEPRODUCTBRAND
Example:
PERFORMANCE
marketplace
string
optional
Example:
amazon.com
start
string
optional
Example:
2025-01-01T08:00:00.000Z
end
string
optional
Example:
2025-05-31T08:00:00.000Z
asin
string
optional
Example:
B0DGXXWGNQ
productId
string
optional
Example:
aa_86Rf07xd4ztfA13R
brandId
string
optional
Example:
aa_J9HAfx0jN2TjHqzv
limit
integer
optional
Example:
100
cursor
string
optional
Example:
86Rf07xd4ztfA2ztfA
Header Params
x-aa-authorization
required
Bearer
Default:
Bearer aa.oa2.v1.xxx
Example:
Bearer aa.oa2.v1.xxx
Responses
Modified at 2025-06-04 02:31:08