Get Sku Price History
GET/api/skus/GetPriceHistory/:id
Tier: Public — stable, supported for third-party integration.
Returns the price-change audit history for a SKU, ordered ChangedAt DESC. Supports OData filters (e.g. $filter=ChangedAt gt 2026-01-01). Each row captures the prior + new values of all three prices at the moment of change. Rows are append-only, written whenever updatesku or bulkupsert actually changes RetailPrice, SalePrice, or MemberPrice; there are no write endpoints for this history.
Request
Responses
- 200
- 400
- 401
- 403
Returns a page of Skus.SkuPriceHistoryDto. An unknown
{id} also returns 200 with an empty Items collection — the
query simply yields no rows — which differs from this API's usual not-found convention.
The OData query failed validation (no body), or the service call failed (error array).
The caller is not authenticated.
The caller lacks Sku Read permission.