E-Commerce API
v1.0.0
<p>RESTful API for the E-Commerce Platform. Provides endpoints for managing customers, products, categories, orders, and order items.</p><p>Demonstrates OAuth2 with granular scopes, webhook security, and comprehensive schema lineage to the e-commerce database.</p>
Tags: customers, products, categories, orders
Servers
| URL |
Description |
https://api.shop.example.com/v1 |
Production server |
https://api-staging.shop.example.com/v1 |
Staging environment |
https://api-sandbox.shop.example.com/v1 |
Sandbox for partner testing |
Security Schemes
| ID |
Type |
Name |
In |
Description |
oauth2 |
oauth2 |
- |
- |
OAuth 2.0 authentication with e-commerce scopes |
apiKey |
apiKey |
X-API-Key |
header |
API key for partner integrations |
webhookSignature |
apiKey |
X-Webhook-Signature |
header |
HMAC signature for webhook callbacks |