KicksDB
GuideAPI ReferenceWebhooksChangelog
GuideAPI ReferenceWebhooksChangelog
Support
  1. GOAT
  • 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 a product from Stadium Goods
  • GTINs
    • Get GTINs
  • Utilities
    • Get brands
  1. GOAT

Get sales data for a product from GOAT

GET
https://api.kicks.dev/v3/goat/products/{id}/sales
GOAT
Access to this endpoint is limited to paid users only.

Request

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

Query Params

Responses

🟢200OK
application/json
OK
Body

🟢200Success
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kicks.dev/v3/goat/products/121/sales?limit=20&page=1' \
--header 'Authorization: <api-key>'
Response Response Example
200 - OK - Example 1
{
    "$schema": "https://api.kicks.dev/schemas/RespListGoatProductSaleBody.json",
    "data": [
        {
            "amount": 200,
            "currency": "USD",
            "location": "Athens, US",
            "product_id": 121,
            "purchased_at": "2025-01-01T00:00:00Z",
            "size_us": "12",
            "type": "PURCHASE_TYPE_SALE"
        }
    ],
    "meta": null
}
Modified at 2025-09-29 17:23:55
Previous
Get a product from GOAT
Next
Get daily sales data for a product from GOAT
Built with