2025-06-27
v3.1.23

Features

  • Added new search engine with advanced filtering capabilities to GOAT Search endpoint.
  • Added a more detailed categories field to StockX API endpoints, with filtering capabilities.

Deprecations

  • GOAT Search: slugs and sku parameters are deprecated, use filters instead.

Misc

  • Added possibility to pay by crypto via Coinbase.
2025-06-22
v3.1.22

Features

  • Express Standard and Express Expedited prices are now available for StockX products. Enable them with the display[prices] parameter in the StockX Product Search endpoint and the StockX Product Detail endpoint.
  • Added cursor parameter to Shopify API endpoints, allowing to paginate through the results and bypass the 50 page limit.
  • GOAT variants (with lowest price) are now available via StockX API (see StockX Product Detail).
  • Added position to StockX variants, allowing to have sizes in the correct order.

Bug fixes

  • StockX search engine was not correctly configured and was returning imprecise results.

Improvements

  • StockX products with empty gallery field will be filled with default image_url when provided.
2025-06-17
v3.1.21

Improvements

  • Shopify API is now using the new search engine, same as StockX. Advanced filters parameter is now supported.
  • Kicks Crew and Stadium Goods API endpoints are now deprecated, use Shopify API instead.

Bug fixes

  • Shopify scraper had some issues fetching products, it’s now fixed.
2025-06-12
v3.1.20

Features

Deprecations

2025-06-08
v3.1.19

Features

Improvements

  • StockX contains some duplicate/inactive variants, they are now hidden by default and can be shown with the display[hidden_variants] parameter.
2025-06-06
v3.1.18

Features

  • Added 8 new stores on our Shopify integration, cumulating to 35 stores.

Bug fixes

  • Repaired every GOAT realtime endpoints and added them into our status page for better monitoring.

Improvements

  • V2 and RapidAPI search endpoints was reworked to use new search engine.
  • Added gallery_360 to search results in v3.

Removals

2025-06-03
v3.1.17

Features

  • Rewritten search engine for StockX products:
    • Results are now much more accurate.
    • Performance is also greatly improved.
    • The total count returned is limited to 1000, even if there are more products, this is the only trade-off of this solution, it might change in the future.

Improvements

  • Improved display[variants] performance for StockX products.

Removals

2025-06-02
v3.1.16

New features

  • Added Shopify integration:
    • Added Shopify endpoint to get all shops.
    • Added Shopify endpoint to get a product.
    • Added Shopify endpoint to search products.

Bug fixes

  • StockX:
    • FR and DE markets had only 30% of products being daily-updated.
    • Some SKUs were not extracted correctly due to traits vs styleId difference.
2025-05-27
v3.1.15

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

2025-05-21
v3.1.14

Features

Removals

  • display[market_germany] parameter is removed, use currency and market query parameters instead.
  • display[price_gbp] parameter is removed, use currency and market query parameters instead.
  • display[asks] parameter is removed.
2025-05-20
v3.1.13

Features

Deprecation notice

  • display[market_germany] parameter is deprecated, use currency and market query parameters instead.
  • display[price_gbp] parameter is deprecated, use currency and market 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.
2025-05-15
v3.1.12

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 and product_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.
2025-05-11
v3.1.11

Features

2025-04-26
v3.1.10

Features

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.
2025-04-23
v3.1.9
2025-04-13
v3.1.8

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.
2025-04-03
v3.1.7

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.
2025-04-01
v3.1.6
  • 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.
2025-03-20
v3.1.5

New features

  • Added stockx.lowest_ask.updated.usd event to the Webhook API.

Improvements

  • Changed the display[price_gbp] response structure to include lowest_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.
2025-03-12
v3.1.4

New features

Bug fixes

  • upcoming field was only returned when sorting by release_date (StockX Product Search).
2025-02-28
v3.1.3

New features

  • Added the GraphQL endpoint to the Realtime API, allowing to make any query directly on StockX without any rate-limit.
2025-02-25
v3.1.2

Improvements

  • Fixed a bug where some products are duplicated in the response.
  • Improved real-time API performance.
2025-02-24
v3.1.1

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.

Improvements

  • Improved candidate selection for product updating by prioritizing every ranked product and products with a release date difference of less than 365 days
2025-02-21
v3.1.0

Dashboard Update

New features

Bug fixes

  • Fixed our pipeline and realtime APIs not being able to fetch data for StockX products.
2025-02-13
v3.0.7

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 and weekly_gmv will always return null.
2025-02-12
v3.0.6

New features

2025-02-11
v3.0.5

Migration

  • Products Search v2 has been migrated to v3 database. The response structure is left unchanged, however, blurhash, gender and weekly_gmv will always return null.
2025-02-10
v3.0.4

New features

2025-01-31
v3.0.2

Improvements

  • Improved real-time API performance.
2025-01-29
v3.0.1

New features

  • Added the StockX ASK/BID endpoint to the Realtime API, allowing to gather ASK and BID 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.
2025-01-27
v3.0

New version of KicksDB