Changelog
Changelog
Every changes made to KicksDB v3.
Performance
- Greatly improved price retrieval performance for StockX products.
- Sales count (15, 30, 60 days) is now pre-aggregated and cached.
- Sizes retrieval performance is improved.
Improvements
display[sizes]
parameter is removed and enabled by default for following endpoints:
Features
- Re-added
total_asks
support. - Re-added
subtotal
support for StockX viadisplay[subtotal]
parameter: - Added
FI.vat-registered
market data.
Removals
display[market_germany]
parameter is removed, usecurrency
andmarket
query parameters instead.display[price_gbp]
parameter is removed, usecurrency
andmarket
query parameters instead.display[asks]
parameter is removed.
Features
- Added support for France/EUR market.
- Added
currency
andmarket
query parameters to:
Deprecation notice
display[market_germany]
parameter is deprecated, usecurrency
andmarket
query parameters instead.display[price_gbp]
parameter is deprecated, usecurrency
andmarket
query parameters instead.subtotal
might be removed in the future, please avoid relying on it.previous_*
fields might be removed in the future, please avoid relying on them.
Features
- Introduced a new way to update products’ prices:
- Working on three markets: US (USD), UK (GBP) and Germany (EUR).
- Updated between 2 and 4 times per day.
- You can ask for a specific market, we can add it.
- This is supposed to replace realtime API which is actually down.
- Added
display[market_germany]
parameter to the StockX Product Search endpoint. - Added
display[market_germany]
parameter to the StockX Product Detail endpoint. - Added
subcategory
parameter to the StockX Product Search endpoint. - Inverted
category
andproduct_type
parameters to match correctly the response.
Bug fixes
- SKU, category and traits are now updated correctly, based on StockX API response.
- Reduced number of products returned in GOAT webhooks, causing too large payloads.
Features
- Added
gender
parameter to the StockX Product Search endpoint.
Features
- Added
display[variants]
parameter to the GOAT Product Search endpoint. - Added product detail route for GOAT.
Improvements
- Added
country
support for GOAT sales history. - Added numbers of asks and product type for StockX webhooks.
Bug fixes
- Fixed potential issue with GOAT Realtime API.
Features
Improvements
- Added
gender
to StockX product listing.
Bug fixes
- Webhooks for
GBP
price change can prepare up to 1500 products at once, was 50 before. - Due to pipeline migration, gathering new StockX products was not migrated yet, it’s now done.
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.