KicksDB API
GuideAPI ReferenceChangelog
GuideAPI ReferenceChangelog
Support
  1. Schemas
  • Unified API
    • Get GTINs
    • Get matching products
  • GOAT
    • Get products from GOAT
    • Get a product from GOAT
    • Get sales data for a product from GOAT
    • Get daily sales data for a product from GOAT
  • StockX
    • Get products from StockX
    • Get a product from StockX
    • Get chart data for a product from StockX
    • Get sales history for a product from StockX
    • Get daily sales data for a product from StockX
  • Shopify
    • Get products from Shopify
    • Get a product from Shopify
    • Get all Shopify shops
  • StockX Real-Time
    • Get products from StockX in real-time
    • Get a product from StockX in real-time
    • Get asks for a product from StockX in real-time
    • Get related products for a product from StockX in real-time
    • Get sales for a product from StockX in real-time
  • Alias Real-Time
    • Get recent orders for a product from Alias in real-time
  • GOAT Real-Time
    • Get products from Goat in real-time
    • Get a product from GOAT in real-time
    • Get offers for a product from GOAT in real-time
    • Get sales for a product from GOAT in real-time
  • Kicks Crew
    • Get Kicks Crew products
    • Get a Kicks Crew product
  • Stadium Goods
    • Get products from Stadium Goods
    • Get a product from Stadium Goods
  • GTINs
    • Get GTINs
  • Utilities
    • Get brands
  • Schemas
    • Schemas
      • Brand
      • ErrorDetail
      • ErrorModel
      • GTIN
      • GetShopsOutput
      • GoatProduct
      • GoatProductSale
      • GoatProductSaleAgg
      • GoatVariant
      • KickscrewProduct
      • KickscrewVariant
      • Product
      • ProductSale
      • ProductSalesChart
      • ProductStockXGoat
      • ProductStockXKickscrew
      • ProductStockXStadiumGoods
      • ProductTrait
      • RespGoatProductBody
      • RespInterface {}Body
      • RespKickscrewProductBody
      • RespListBrandBody
      • RespListGTINBody
      • RespListGetShopsOutputBody
      • RespListGoatProductBody
      • RespListGoatProductSaleAggBody
      • RespListGoatProductSaleBody
      • RespListInterface {}Body
      • RespListKickscrewProductBody
      • RespListMapStringInterface {}Body
      • RespListProductBody
      • RespListProductSaleBody
      • RespListProductSalesChartBody
      • RespListShopifyProductBody
      • RespListStadiumGoodsProductBody
      • RespListUnifiedProductBody
      • RespListVariantSaleBody
      • RespMapStringInterface {}Body
      • RespProductBody
      • RespShopifyProductBody
      • RespStadiumGoodsProductBody
      • ShopifyProduct
      • ShopifyProductVariant
      • StadiumGoodsProduct
      • StadiumGoodsVariant
      • StockXMarketStatistics
      • UnifiedProduct
      • Variant
      • VariantAsk
      • VariantIdentifier
      • VariantLowestPrice
      • VariantSale
      • VariantSaleVariantStruct
      • VariantSubtotal
  1. Schemas

ProductStockXKickscrew

{
    "product": {
        "available": true,
        "brand": "Air Jordan",
        "created_at": "2025-01-01T00:00:00Z",
        "cursor": 80843094298474900,
        "description": "string",
        "id": "11f365dae34398c",
        "images": [
            "string"
        ],
        "link": "string",
        "price_display": 226,
        "price_max": 563,
        "price_min": 226,
        "product_created_at": "2025-01-01T00:00:00Z",
        "product_id": "6969251397827",
        "product_published_at": "2025-01-01T00:00:00Z",
        "product_type": "Sneakers",
        "shop_name": "kickscrew",
        "shop_url": "https://kickscrewshop.myshopify.com/",
        "slug": "jordan-10-retro-new-york-city-2016-nyc-310805-012",
        "tags": [
            "string"
        ],
        "title": "Air Jordan 10 Retro 'NYC' 310805-012",
        "updated_at": "2025-01-01T00:00:00Z",
        "variants": [
            {
                "available": true,
                "barcode": "string",
                "currency": "USD",
                "id": "6ee450755e61ace7",
                "options": {
                    "property1": "string",
                    "property2": "string"
                },
                "parent_id": "11f365dae34398c",
                "price": 496,
                "product_id": "6969251397827",
                "sku": "310805-012-40",
                "title": "MENS / Men's US 4 / Women's US 5.5 / UK 3.5 / EU 36 / JP 23",
                "updated_at": "2025-01-01T00:00:00Z",
                "variant_id": "40837518033091",
                "weight": 2000
            }
        ]
    }
}
Built with