ApiShopping
Execute a shopping query manually (async)
Enqueues the execution on a worker and returns a jobId immediately. Poll GET /execute-status?jobId= to track completion.
X-API-Key<token>
API Key for programmatic access
In: header
Path Parameters
domainId*string
queryId*string
Response Body
application/json
curl -X POST "https://example.com/domains/string/shopping/queries/string/execute"{
"success": true,
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"progressKey": "shopping:execute:3fa85f64-5717-4562-b3fc-2c963f66afa6",
"error": "Queue is full, retry later"
}Empty