Skip to content

Get the price-history graph payload for multiple products in a single call

GET
/rest/v1/product/price-tracking/graph

Parameters

Query Parameters

productIds*

Comma-separated product IDs

Type
string
Required
Example"1,2,3"

Responses

Successful operation — response is a map of productId (string key) to graph payload (no success envelope)

application/json
JSON
{
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI