Appearance
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
Requiredinteger
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
{
}