Go Price V2 - Engine V2 Repricing

Engine V2 repricing endpoint with cached preparedata (24h TTL) and fresh DSL rules (never cached).

HTTP: GET | POST /go_price_v2

Query parameters

NameTypeRequiredDescriptionExample
domainstringyesDomain to reprice (required).parfumsetmoi.fr
product_idstringyesProduct ID to reprice.23155
strategy_idintegernoStrategy ID (uses domain default if not provided).19
forcebooleannoForce refresh of cached preparedata.false
debugbooleannoInclude debug information.false

Notes

Sample request

curl -H "Authorization: ApiKey YOUR_API_KEY" "https://admin.elpricing.com/api/go_price_v2?domain=parfumsetmoi.fr&product_id=23155&strategy_id=19"

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.