Product Website by Abra ID

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

Query parameters

NameTypeRequiredDescriptionExample
idstringyesAbra product ID to look up.912016

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/overview/product-website-by-id?id=912016"

Interactive call

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.