/bff/product/price-history
Returns a chronological list of price changes for the product, ordered by most recent first.
ProductgetBffProductPrice-history
Parameters
1 query
Query · 1
productCodestringRequiredProduct code to get price history for.
Request
GET /bff/product/price-history
curl -X GET "https://api.bizkithub.com/bff/product/price-history?productCode=my-product" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"priceItems": [
{
"price": 0
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.