Product Website Overview

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

Query parameters

This endpoint does not require query parameters.

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/overview/product-website"

Interactive call

No parameters required. Use the buttons below to submit.

Queue workflow

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.