Engine V2 repricing endpoint with cached preparedata (24h TTL) and fresh DSL rules (never cached).
HTTP: GET | POST /go_price_v2
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| domain | string | yes | Domain to reprice (required). | parfumsetmoi.fr |
| product_id | string | yes | Product ID to reprice. | 23155 |
| strategy_id | integer | no | Strategy ID (uses domain default if not provided). | 19 |
| force | boolean | no | Force refresh of cached preparedata. | false |
| debug | boolean | no | Include debug information. | false |
curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/go_price_v2?domain=parfumsetmoi.fr&product_id=23155&strategy_id=19"
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.