E-commerce Domain

E-commerce API

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 Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

Product catalog with variants and stock

2

Dynamic pricing + promotions

3

Cart + checkout orchestration

4

Order, fulfillment, and refund flows

5

Customer + address book records

6

Webhook-friendly status updates

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/ecommerce/products

Try it
GET

/api/ecommerce/products?category=Electronics

Try it
GET

/api/ecommerce/products?minPrice=50&maxPrice=150

Try it
GET

/api/ecommerce/products?per_page=10&page=2

Try it
POST

/api/ecommerce/products

Try it
GET

/api/ecommerce/orders

Try it
GET

/api/ecommerce/orders?status=fulfilled

Try it
GET

/api/ecommerce/orders/ord_1001

Try it
POST

/api/ecommerce/orders

Try it
GET

/api/ecommerce/customers

Try it
GET

/api/ecommerce/customers?tier=gold

Try it
ecommerce

Build commerce journeys end-to-end

Demonstrate browsing, checkout, and fulfillment flows without writing a backend.