EB Case Study Pricing API

REST API serving hardware store product and pricing data

Available Endpoints

Quick Start

# Get first 5 products
curl https://api.casestudy.enterbridge.com/api/products?pageSize=5
# Get prices for product 1, starting from 2023
curl "https://api.casestudy.enterbridge.com/api/prices?productId=1&startDate=2023-01-01"
# Get dataset overview
curl https://api.casestudy.enterbridge.com/api/stats
# Filter products by category
curl "https://api.casestudy.enterbridge.com/api/products?category=Lumber&sortBy=name"