Retrieve Shopify product data for sneakers and streetwear via KicksDB's paid API.
What it does
KicksDB's Shopify product endpoint returns product details for a given Shopify product ID. It is part of the broader KicksDB platform, which aggregates sneaker and streetwear market data — including prices, sales history, and availability — from marketplaces like StockX, GOAT, and others.
The endpoint is accessed via GET at `/v3/shopify/products/:id`, where `:id` is the Shopify product identifier. Payment is handled through the MPP (Micropayment Protocol) using the Tempo method on chain 4217 (Tempo L2). Each call costs 500 base units of pathUSD (6 decimals), which works out to $0.0005 per request. The provider covers gas fees (feePayer: true), so callers only pay the data fee.
Documentation and landing pages are not currently available on the provider's domain — all crawled paths returned 404. The endpoint itself is live and responds with a valid 402 MPP challenge. Without published docs or an OpenAPI schema, the exact response structure is unknown; it presumably returns standard Shopify product fields (title, variants, images, pricing, inventory status) but this is inferred from the endpoint name rather than confirmed documentation.
Capabilities
Use cases
- —Fetching Shopify product details for a specific sneaker or streetwear item by product ID
- —Building price-comparison tools that aggregate sneaker data across marketplaces
- —Powering AI agents that monitor sneaker availability and pricing in real time
Fit
Best for
- —Developers building sneaker or streetwear resale tools
- —AI agents that need structured product data from Shopify-based sneaker stores
- —Automated market-data pipelines for footwear and streetwear
Not for
- —General-purpose Shopify product lookups outside sneaker/streetwear verticals
- —Users who need free or unauthenticated access without crypto payment capability
Quick start
curl -X GET "https://kicksdb.mpp.tempo.xyz/v3/shopify/products/YOUR_PRODUCT_ID" \
-H "Authorization: Payment <tempo-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid 402 MPP challenge, confirming it is operational. However, there is no documentation, no OpenAPI schema, no example responses, and all crawled pages return 404. The listing is largely inferred from the endpoint path and the existing Bazaar description.
Warnings
- —No documentation found — all crawled paths (root, /docs, /api, /pricing, /README) return 404.
- —No OpenAPI or response schema available; response structure is unknown.
- —Currency address 0x20c000000000000000000000b9537d11c60e8b50 is assumed to be pathUSD (6 decimals) on Tempo L2 (chain 4217), but this could not be independently verified.
Citations
- —Part of KicksDB: Sneaker & streetwear market data — prices, sales history, and availability from StockX, GOAT, and more.https://kicksdb.mpp.tempo.xyz/v3/shopify/products/:id
- —Endpoint returns a 402 MPP challenge with method=tempo, intent=charge, amount=500 on chain 4217https://kicksdb.mpp.tempo.xyz/v3/shopify/products/:id