IoneShop Developers

API Reference (REST /v1)

Base: https://api.ioneshop.cloud/v1 Auth: Authentication · Scopes: Authorization

Resources:

ResourceDoc
AccountGET /v1/account (credential + rate_limits)
Productsproducts.md
Ordersorders.md
Customerscustomers.md
CategoriesGET/POST /v1/categories
Inventoryinventory.md
Webhookswebhooks-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 Content on success
  • All amounts: integer minor units + currency
  • Where OpenAPI schemas are still thin, markdown in this folder is authoritative