API Reference (REST /v1)
Base: https://api.ioneshop.cloud/v1 Auth: Authentication · Scopes: Authorization
Resources:
| Resource | Doc |
|---|---|
| Account | GET /v1/account (credential + rate_limits) |
| Products | products.md |
| Orders | orders.md |
| Customers | customers.md |
| Categories | GET/POST /v1/categories |
| Inventory | inventory.md |
| Webhooks | webhooks-api.md |
Machine-readable: /openapi.yaml (OpenAPI 3.1 draft).
Conventions
- List endpoints return
{ data, pagination } - Get / create / update success bodies wrap the resource as
{ data: resource } - Delete returns
204 No Contenton success - All amounts: integer minor units +
currency - Where OpenAPI schemas are still thin, markdown in this folder is authoritative