> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kicks.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Current - v3.3.0+

> Changelog starting from 2025-12-08

<Update label="2026-04-15" description="v3.3.20">
  ## API

  * Fixed non-2xx responses from incrementing requests usage.
  * StockX:
    * Fixed `sales_count_[XX]_days` returning outdated data.
  * Misc:
    * Lot of backend optimizations on real-time requests.
</Update>

<Update label="2026-03-27" description="v3.3.19">
  ## Shopify Manager

  * Added price rounding in pricing rules. Presets possibles: no rounding (original price), `.00`, `.50`, `.90`, `.95`, or `.99`.

  ## API

  * StockX:
    * `/v3/stockx/products/[id]` responding in 404 will now scrape the missing product (was already present), but also index it in our search engine directly (new).
</Update>

<Update label="2026-03-23" description="v3.3.18">
  ## Breaking change

  * Search Engine:
    * `prices` are not longer filterable in StockX and GOAT endpoints
    * `sku_cleaned` filter was removed on Shopify, base `sku` is cleaned when possible by default now.

  ## API

  * SDK:
    * Initial release of [KicksDB JavaScript SDK](https://www.npmjs.com/package/@kicksdb/sdk)
  * Shopify:
    * Fixed outdated data issue.
  * Exports:
    * Removed CSV Export API.
</Update>

<Update label="2026-03-19" description="v3.3.17">
  ## Breaking change

  * HTTP Webhooks was officially removed. Please use SSE instead.

  ## API

  * StockX:
    * Added `PL` market.
    * Fixed ranking issues.
    * Fixed zero prices not showing in StockX Batch Price endpoint.
  * GOAT:
    * Fixed critical issue where some out of stock notications were not caught.
  * Shopify:
    * Added new source: SNS (`sneakersnstuff`).
  * Product Clustering / Matching products:
    * Added SNS source
    * Added official Nike source

  ## Website

  * Added [Shopify integration](/guides/shopify/).
  * Added daily requests chart.
</Update>

<Update label="2026-03-03" description="v3.3.16">
  ## API

  * StockX:
    * `/api/v3/stockx/product/[id]` returning a 404 will automatically trigger a task to find the missing product, in most of case reloading will give the product.
    * Added `DK` market, refreshed once a day.

  ## Website

  * Overages/PAYG can now be previewed on your dashboard
  * The dashboard UI was refreshed

  ## Support

  * We're moving away from Discord for ticket-management, please use the chat directly on kicks.dev from now.
  * Otherwise, contact to [support@kicks.dev](mailto:support@kicks.dev) still works.
</Update>

<Update label="2026-02-28" description="v3.3.15">
  ## API

  * Migrated following APIs to a new database with lower latency:
    * StockX
    * GOAT
    * Kream
    * Novelship

  <Info>
    This new database offers better latency for highly updated sources such as
    StockX and GOAT. Before, database write latency and cache applied could keep
    products unsynced for up to 4 hours.
  </Info>
</Update>

<Update label="2026-02-25" description="v3.3.14">
  ## Webhooks

  * Deprecated webhooks in favor of server-side events (SSE), [read more here](/events/introduction).
</Update>

<Update label="2026-02-16" description="v3.3.13">
  ## API

  * Shopify API:
    * Added `sku_cleaned` into filters, allowing more efficient SKU search.
</Update>

<Update label="2026-02-12" description="v3.3.12">
  ## API

  * Added Novelship API, currently in beta:
    * [API Reference](https://api.kicks.dev/docs#tag/novelship/GET/v3/novelship/products)
    * [Source guide](/guides/sources)
    * [Filters](/recipes/filters)
  * Unified API:
    * Added support for Novelship products in Unified API and GTIN endpoint.
</Update>

<Update label="2026-02-06" description="v3.3.11">
  ## API

  * Added SNKRS API, currently in beta:
    * [API Reference](https://api.kicks.dev/docs#tag/snkrs/GET/v3/snkrs/products)
    * [Source guide](/guides/sources)
    * [Filters](/recipes/filters)
</Update>

<Update label="2026-02-02" description="v3.3.10">
  ## API

  * Added Kream API, currently in beta:
    * [API Reference](https://api.kicks.dev/docs#tag/kream/GET/v3/kream/products)
    * [Source guide](/guides/sources)
    * [Filters](/recipes/filters)
</Update>

<Update label="2026-01-25" description="v3.3.9">
  ## API

  * Markets can now be specified for Unified API requests, the delay between prices being updated was also lowered.
  * `metadata` field was added to Shopify API responses, notably for Kicks Crew products.
  * Special products were removed from StockX API responses (only `STANDARD` listing type is now supported).
    * This avoids special products like `AUCTION` or `RESTOCK` being returned.
  * Added new markets to GOAT API:
    * Netherlands with `NL` code.
    * Italy with `IT` code

  ## Documentation

  * Added maximum latency for each market to [Markets and currencies](/guides/markets) guide.
</Update>

<Update label="2026-01-10" description="v3.3.8">
  ## API

  * CSV exports are now available! Here is the current planning of this new feature:
    * From today, you can export the prices of the top 5,000 products by sales volume, in the market of your choice.
    * In the coming weeks, we will add custom exports, allowing you to export products based on the criteria you want.
    * StockX is currently the only platform supported, GOAT will be added in the coming weeks.
    * Exports are available from Starter plan and above.
    * CSV exports are available in the dashboard, under the "CSV Exports" section or via the API.
</Update>

<Update label="2026-01-01" description="v3.3.7">
  ## API

  * Added `similarity` parameter to `/unified/products` endpoint, it allows filtering products with a similarity score in addition to the existing cross-matching algorithm. The default threshold is 0.85.
</Update>

<Update label="2025-12-28" description="v3.3.6">
  ## API

  * Migrated `/unified/products` endpoint to new database engine:
    * Rewritten cross-matching algorithm, it's now more accurate and faster.
    * Added support for searching on SKU and Product IDs, slug is still supported and recommended way.
    * Currently, around 340k products posses at least one related product.
    * Read [our new recipe](/recipes/unified-api-search) to learn more.
</Update>

<Update label="2025-12-24" description="v3.3.5">
  ## API

  * Migrated `/unified/gtin` endpoint to new database engine.

  ## Fixes

  * Rewritten price tracking logic for webhooks.
</Update>

<Update label="2025-12-20" description="v3.3.4">
  ## API

  * **Breaking change:** GOAT APIs now use `market` instead of `currency` parameter, by default it's `US`. The following markets are now supported:
    * `US` -> USD
    * `UK` -> GBP
    * `IT` -> EUR (new)
</Update>

<Update label="2025-12-19" description="v3.3.3">
  ## API

  * Added following fields to StockX API (including Batch API):
    * `beat_us_price` -> Price needed to beat the lowest price in US market.
    * `sell_faster` -> Price needed to be the lowest ask to more buyers.
    * `earn_more` -> Price needed to be the lowest ask in the selected market.
</Update>

<Update label="2025-12-17" description="v3.3.2">
  ## API

  * Added following markets to StockX API:
    * `BE.vat-registered`, for Belgium VAT-registered products.
  * Fixed some prices being missing for StockX products.
</Update>

<Update label="2025-12-09" description="v3.3.1">
  ## API

  * Added batching support for StockX prices endpoint:
    * [Recipe](/recipes/stockx-batch-prices)
    * [API Reference](https://api.kicks.dev/docs#tag/stockx/post/v3stockxprices)
</Update>

<Update label="2025-12-08" description="v3.3.0">
  ## API

  * Migrated database to another engine, improving performance and reliability. Some endpoints are not yet migrated.
  * Fixed an issue with GOAT sales history columns being wrongly named.
  * Fixed `display[...]` parameters with nested effects being required to be set to `true`.
  * Fixed express shipping prices not being returned correctly for StockX products.
  * Fixed price merging logic causing some prices to be outdated.

  ## Documentation

  * Rewritten documentation website with recipes and guides.

  ## Removed endpoints

  This new version of KicksDB removed following deprecated endpoints:

  * Removed API v2.
  * Removed Kicks Crew, use Shopify API instead.
  * Removed Stadium Goods, use Shopify API instead.
  * Removed StockX Chart API, use daily sales history instead.
</Update>
