Returns the most recent repricing changes across all products for a given domain.
HTTP: GET /logs/product-recent
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| domain | string | yes | Domain to filter recent changes. | profi-parfemy.cz |
| limit | integer | no | Maximum number of records to return (default 50, max 200). | 50 |
| format | string | no | Set to xml to receive XML output (default json). | json |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://testing.elpricing.com/api/logs/product-recent?domain=profi-parfemy.cz&limit=50&format=json"
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.