v1
latestOpenAPI 3.0.22026-07-223907721.1 MBReport
Request Report
Request a new report from channel. Reports a valid for 48 hours after request indicated by expiresIn.
post/v1/seller/report/request
Request body
Example request
{
"channel": "MYBESTDEALCOMDE",
"sellerId": "4711"
}Response
Report request accepted; identifier returned for later download
Example response
{
"sellerId": "4711",
"channel": "MYBESTDEALCOMDE",
"reportId": "910390cc-c3b3-45ba-8be2-ab1824b6c499",
"created": true,
"expiresIn": 172500
}