🚀 New: Theme Control Plane API — build, customize, and deploy themes programmatically. Learn more →
curl --request POST \
--url https://api.shoppex.io/dev/v1/analytics/reports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Revenue weekly",
"type": "revenue",
"frequency": "weekly",
"email": "[email protected]",
"format": "pdf"
}
'{
"data": {}
}Developer API operation for POST /dev/v1/analytics/reports.
curl --request POST \
--url https://api.shoppex.io/dev/v1/analytics/reports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Revenue weekly",
"type": "revenue",
"frequency": "weekly",
"email": "[email protected]",
"format": "pdf"
}
'{
"data": {}
}Use your Shoppex API key in the Authorization header.
revenue daily pdf Successful response