Returns product_website records for a specific Abra product ID, showing all domains where the product is active along with timestamps.
HTTP: GET /overview/product-website-by-id
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| id | string | yes | Abra product ID to look up. | 912016 |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/overview/product-website-by-id?id=912016"
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.