Skip to main contentAPI
- 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.
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.
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.
API
- Migrated
/unified/gtin endpoint to new database engine.
Fixes
- Rewritten price tracking logic for webhooks.
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)
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.
API
- Added following markets to StockX API:
BE.vat-registered, for Belgium VAT-registered products.
- Fixed some prices being missing for StockX products.
API
- Added batching support for StockX prices endpoint:
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.