Changelog

Changelog

DateVersionNotes
2026-06-23v1.0CatalogItem now includes a stickers array on every item (full-dump, listing, and search). The array is always present — empty [] when the item has no stickers or when sticker details are unavailable for the source provider. Each entry exposes slot, name, sticker_id, image_url, and wear. Full data available for CS2DT / SkinsBack / SalesPanel sourced listings. See Sticker object.
2026-06-03v1.0CatalogItem now exposes supplier-side Steam identifiers: asset_id, steam_id, class_id, instance_id. All string | null and additive — existing fields are unchanged. See the schema note on volatility and coverage.
2026-05-15v1.0Added POST /buy-by-name — purchase by market_hash_name with automatic retry on the next cheapest item when the provider rejects. Up to 5 attempts within a 30-second budget.
2026-05-15v1.0Added POST /buy-sync — purchase that blocks until the provider acknowledges (or rejects) the order.
TBDv1.0Initial public launch.

v1 is the first published version of the Merchant API. Future breaking changes will be versioned at the URL prefix (/api/v2/merchant/…).