KicksDB
GuideAPI ReferenceWebhooksChangelog
GuideAPI ReferenceWebhooksChangelog
Support
  1. Stadium Goods
  • Unified API
    • Get GTINs
      GET
    • Get matching products
      GET
  • GOAT
    • Get products from GOAT
      GET
    • Get a product from GOAT
      GET
    • Get sales data for a product from GOAT
      GET
    • Get daily sales data for a product from GOAT
      GET
  • StockX
    • Get products from StockX
      GET
    • Get a product from StockX
      GET
    • Get chart data for a product from StockX
      GET
    • Get sales history for a product from StockX
      GET
    • Get daily sales data for a product from StockX
      GET
  • Shopify
    • Get products from Shopify
      GET
    • Get a product from Shopify
      GET
    • Get all Shopify shops
      GET
  • StockX Real-Time
    • Get products from StockX in real-time
      GET
    • Get a product from StockX in real-time
      GET
    • Get asks for a product from StockX in real-time
      GET
    • Get related products for a product from StockX in real-time
      GET
    • Get sales for a product from StockX in real-time
      GET
    • Get subtotal for a product from StockX in real-time
      GET
  • GOAT Real-Time
    • Get products from Goat in real-time
      GET
    • Get a product from GOAT in real-time
      GET
    • Get offers for a product from GOAT in real-time
      GET
    • Get sales for a product from GOAT in real-time
      GET
  • Alias Real-Time
    • Get recent orders for a product from Alias in real-time
  • Kicks Crew
    • Get Kicks Crew products
    • Get a Kicks Crew product
  • Stadium Goods
    • Get products from Stadium Goods
      GET
    • Get a product from Stadium Goods
      GET
  • GTINs
    • Get GTINs
  • Utilities
    • Get brands
  1. Stadium Goods

Get a product from Stadium Goods

Deprecated
GET
https://api.kicks.dev/v3/stadiumgoods/products/{id}
Stadium Goods
Deprecated, use /v3/shopify/products/{id} instead

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or
Path Params

Responses

🟢200OK
application/json
OK
Body

🟢200Success
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kicks.dev/v3/stadiumgoods/products/zoom-vomero-5-white-black-125288' \
--header 'Authorization: <api-key>'
Response Response Example
200 - OK - Example 1
{
    "$schema": "https://api.kicks.dev/schemas/RespStadiumGoodsProductBody.json",
    "data": {
        "brand": "NIKE",
        "description": "string",
        "id": 8038607618244,
        "images": [
            "string"
        ],
        "link": "string",
        "product_type": "Shoes",
        "sku": "FB9149 101",
        "slug": "zoom-vomero-5-white-black-125288",
        "title": "Zoom Vomero 5 \"White / Black\"",
        "updated_at": "2025-01-01T00:00:00Z",
        "variants": [
            {
                "barcode": "197594590861",
                "barcode_type": "UPC",
                "currency": "USD",
                "id": 44145637064900,
                "price": 148,
                "size": "11",
                "updated_at": "2025-01-01T00:00:00Z"
            }
        ]
    },
    "meta": null
}
Modified at 2025-09-29 17:23:55
Previous
Get products from Stadium Goods
Next
Get GTINs
Built with