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).
Breaking change
- Search Engine:
pricesare not longer filterable in StockX and GOAT endpointssku_cleanedfilter was removed on Shopify, baseskuis cleaned when possible by default now.
API
- SDK:
- Initial release of KicksDB JavaScript SDK
- Shopify:
- Fixed outdated data issue.
- Exports:
- Removed CSV Export API.
Breaking change
- HTTP Webhooks was officially removed. Please use SSE instead.
API
- StockX:
- Added
PLmarket. - Fixed ranking issues.
- Fixed zero prices not showing in StockX Batch Price endpoint.
- Added
- GOAT:
- Fixed critical issue where some out of stock notications were not caught.
- Shopify:
- Added new source: SNS (
sneakersnstuff).
- Added new source: SNS (
- Product Clustering / Matching products:
- Added SNS source
- Added official Nike source
Website
- Added Shopify integration.
- Added daily requests chart.
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
DKmarket, 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.
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.
Webhooks
- Deprecated webhooks in favor of server-side events (SSE), read more here.
API
- Shopify API:
- Added
sku_cleanedinto filters, allowing more efficient SKU search.
- Added
API
- Added Novelship API, currently in beta:
- Unified API:
- Added support for Novelship products in Unified API and GTIN endpoint.
API
- Added SNKRS API, currently in beta:
API
- Added Kream API, currently in beta:
API
- Markets can now be specified for Unified API requests, the delay between prices being updated was also lowered.
metadatafield was added to Shopify API responses, notably for Kicks Crew products.- Special products were removed from StockX API responses (only
STANDARDlisting type is now supported).- This avoids special products like
AUCTIONorRESTOCKbeing returned.
- This avoids special products like
- Added new markets to GOAT API:
- Netherlands with
NLcode. - Italy with
ITcode
- Netherlands with
Documentation
- Added maximum latency for each market to Markets and currencies guide.
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.
API
- Added
similarityparameter to/unified/productsendpoint, 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/productsendpoint 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
- Breaking change: GOAT APIs now use
marketinstead ofcurrencyparameter, by default it’sUS. The following markets are now supported:US-> USDUK-> GBPIT-> 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 totrue. - 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.
