Skip to content

Get the price-history graph payload for a single product (Omnibus-compliant)

GET
/rest/v1/product/price-tracking/graph/{productId}

Parameters

Path Parameters

productId*

Product ID

Type
integer
Required
Format
"int64"

Responses

Successful operation — response is the raw graph payload (no success envelope)

application/json
JSON
{
  
"prices": [
  
  
{
  
  
  
"date": "string",
  
  
  
"price": "string"
  
  
}
  
],
  
"referencePrice": "string",
  
"saveValue": "string",
  
"shouldDisplay": true,
  
"discountPass": true
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI