Parameters
1 query
Query parameters
· 1productCodestringRequiredProduct code to get price history for.
Example
my-productReturns a chronological list of price changes for the product, ordered by most recent first.
1 query
productCodestringRequiredProduct code to get price history for.
my-product1 status code documented
priceItemsobject[]RequiredPrice history entries ordered by date descending.
pricenumberRequiredPrice with VAT at that point in time.
inserted_dateDate | string | string | numberRequiredDate when the price was recorded.
Date when the price was recorded.
{
"priceItems": [
{
"price": 0
}
]
}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"All BizKitHub public API endpoints require authentication via API key.