Skip to main content
Endpoints

Products

The products of brands your org owns or produces. Includes stock and the states each SKU is registered to sell in.

GET /api/v1/products?limit=50
{
  "data": [
    {
      "id": "prod_…",
      "name": "Black N Well Silver Tequila",
      "brand": "Black N Well",
      "volume": "1L",
      "abv": "40%",
      "upc": "0123456789012",
      "inventory_count": 84,
      "registered_states": ["IL", "NY"],
      "updated_at": "2026-06-10T00:00:00.000Z"
    }
  ],
  "has_more": false,
  "limit": 50
}