Logo
NeoArc Studio

E-Commerce REST API

Complete REST API documentation for an e-commerce platform covering customers, products, categories, and orders. Demonstrates OAuth2 with granular scopes, webhook signature security, and ERD lineage tracking.

The E-Commerce API provides 11 endpoints for managing customers, products, categories, and orders. This example demonstrates OAuth2 authentication with granular scopes, webhook signature security for callbacks, and full schema lineage to database entities.

Customer Endpoints

Manage customer accounts and retrieve customer information.

Product Endpoints

Browse and manage the product catalogue.

Category Endpoints

Manage product categories and category hierarchies.

Order Endpoints

Create and manage customer orders.

Security Schemes

OAuth2 Scopes