DocsAPI ReferenceProduct/bff/product/price-history
getProductAdmin BFF

/bff/product/price-history

Returns a chronological list of price changes for the product, ordered by most recent first.

ProductgetBffProductPrice-history

Parameters

1 query

1 total
Query · 1
productCodestringRequired

Product code to get price history for.

Request

GET /bff/product/price-history

get
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.

Get API Key