Returns count of active products in product_website table grouped by domain. Shows how many products are currently active per domain.
HTTP: GET /overview/product-website
This endpoint does not require query parameters.
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/overview/product-website"
Tasks are persisted to var/api_queue/tasks.json. Process them with:
php go.php cron:list\nphp go.php cron:go
Logs are written to var/api_queue/logs/{task_id}.log.