Changelog
Changelog
Every changes made to SneakersAPI v3.
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 SneakersAPI
- Release of SneakersAPI v3.0. Head over to the API Documentation to learn more.