Returns repricing change records for the given product across all domains.
HTTP: GET /logs/product-global/{productId}
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| productId | integer | yes | Internal DynPricing product identifier. | 667301 |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| wh | string | no | Optional warehouse (`wh`) filter matching the changes table column. | main |
| limit | integer | no | Maximum number of records to return (default 50, max 500). | 50 |
| format | string | no | Set to xml to receive XML output (default json). | json |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/logs/product-global/{productId}?limit=50"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.