E-commerce Domain
Products, orders, cart, and payment endpoints
API Prefix
/api/ecommerce
Every endpoint hangs off this prefix so you can compose requests consistently.
Endpoint coverage
11
curated routes spanning common workflows
Playground ready
Deep link directly into the playground with your preferred method and path.
Open in PlaygroundCapabilities
Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.
Product catalog with variants and stock
Dynamic pricing + promotions
Cart + checkout orchestration
Order, fulfillment, and refund flows
Customer + address book records
Webhook-friendly status updates
Endpoints
Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.
/api/ecommerce/products
/api/ecommerce/products?category=Electronics
/api/ecommerce/products?minPrice=50&maxPrice=150
/api/ecommerce/products?per_page=10&page=2
/api/ecommerce/products
/api/ecommerce/orders
/api/ecommerce/orders?status=fulfilled
/api/ecommerce/orders/ord_1001
/api/ecommerce/orders
/api/ecommerce/customers
/api/ecommerce/customers?tier=gold
Demonstrate browsing, checkout, and fulfillment flows without writing a backend.