Skip to main content
2026-03-27
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).
2026-03-23
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:
  • Shopify:
    • Fixed outdated data issue.
  • Exports:
    • Removed CSV Export API.
2026-03-19
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

2026-03-03
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 still works.
2026-02-28
v3.3.15

API

  • Migrated following APIs to a new database with lower latency:
    • StockX
    • GOAT
    • Kream
    • Novelship
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.
2026-02-25
v3.3.14

Webhooks

  • Deprecated webhooks in favor of server-side events (SSE), read more here.
2026-02-16
v3.3.13

API

  • Shopify API:
    • Added sku_cleaned into filters, allowing more efficient SKU search.
2026-02-12
v3.3.12

API

  • Added Novelship API, currently in beta:
  • Unified API:
    • Added support for Novelship products in Unified API and GTIN endpoint.
2026-02-06
v3.3.11

API

2026-02-02
v3.3.10

API

2026-01-25
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

2026-01-10
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.
2026-01-01
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.
2025-12-28
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 to learn more.
2025-12-24
v3.3.5

API

  • Migrated /unified/gtin endpoint to new database engine.

Fixes

  • Rewritten price tracking logic for webhooks.
2025-12-20
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)
2025-12-19
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.
2025-12-17
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.
2025-12-09
v3.3.1

API

2025-12-08
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.