latestOpenAPI 3.0.42026-08-234704621.6 MB

a41e60b375bc

Item

Get an item's purchase history — every time it was bought, from whom, at what price.

get/api/items/{itemId}/purchase-history

Path parameters

itemIdstring required

Id of the item to report on.

Query parameters

monthsinteger

How many months back to include. Defaults to 12; values outside 1–60 are clamped.

Response

The item's purchase history over the requested window.

windowMonthsinteger required

Window the history covers, in months back from now. Reflects the value actually used after clamping.

totalPurchaseCountinteger required

Number of purchases in FulcrumProduct.PublicApi.Dto.Item.PurchaseHistory.ItemPurchaseHistoryDto.Purchases.