Changelog
Changelog
Every changes made to SneakersAPI v3.
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.
Migration
- Remove size type from being merged in
size
field for GTINs.
Improvements
- Added
product_id
andvariant_id
to the response for GTINs.
Migration
- API v2 GTINs was migrated to use v3 database. The response is left unchanged.
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.