Changelog
Changelog
Every changes made to KicksDB v3.
New features
- Added the Get recent orders (Alias) endpoint to the Realtime API, allowing to gather recent orders for a product from Alias.
Bug fixes
- Parameter
display[sizes]
alone was returning an error on StockX Product Search.
- SneakersAPI.dev is now renamed to KicksDB, with the domain being updated to kicks.dev.
API endpoint is now
https://api.kicks.dev/v3/
. Old endpoints are still available.
New features
- Added
stockx.lowest_ask.updated.usd
event to the Webhook API.
Improvements
- Changed the
display[price_gbp]
response structure to includelowest_ask_gbp
in each variant instead of a sub-object. - Processing time of webhook greatly improved.
- Processing time of general scraping improved as well.
- Improved product updating process.
Bug fixes
- Product rank being not updated.
- Added a new scraping job to ensure we don’t miss any product from StockX.
New features
- Added the
display[price_gbp]
parameter to the Search StockX Product endpoint. - Added the
display[price_gbp]
parameter to the Product Detail endpoint.
Bug fixes
upcoming
field was only returned when sorting byrelease_date
(StockX Product Search).
New features
- Added the GraphQL endpoint to the Realtime API, allowing to make any query directly on StockX without any rate-limit.
Improvements
- Fixed a bug where some products are duplicated in the response.
- Improved real-time API performance.
Webhook Update
New features
- Added webhook features to the API. Learn more.
- Added the
stockx.price.updated.usd
event. - Added the
stockx.price.updated.gbp
event.
- Added the
Improvements
- Improved candidate selection for product updating by prioritizing every ranked product and products with a release date difference of less than 365 days
Dashboard Update
New features
- Users can now access a dashboard to monitor and manage their API usage. Check out the dashboard.
Bug fixes
- Fixed our pipeline and realtime APIs not being able to fetch data for StockX products.
New features
- Added the Get price offers (GOAT) endpoint to the Realtime API, allowing to gather price offers for a GOAT product.
Improvements
- Added
description
,brand
,model
,sizes
to the response for GOAT products.
Migration
- Migrated Product Detail v2 to v3 database. The response structure is left unchanged, however,
blurhash
,gender
andweekly_gmv
will always return null.
New features
- Added the
category
parameter to the Products Search endpoint.
Migration
- Products Search v2 has been migrated to v3 database. The response structure is left unchanged, however,
blurhash
,gender
andweekly_gmv
will always return null.
New features
- Added the Get related products (StockX) endpoint to the Realtime API, allowing to gather related products from a product.
Improvements
- Improved real-time API performance.
New features
- Added the StockX ASK/BID endpoint to the Realtime API, allowing to gather
ASK
andBID
prices for a StockX product.
Improvements
- Added caching to the Realtime API, 5 minutes by default.
- Added the
display[sizes]
parameter to the Search StockX Product endpoint.
New version of KicksDB
- Release of KicksDB v3.0. Head over to the API Documentation to learn more.