Introduction
scango.ch Customer API
REST API for integrations: products, orders, suppliers, categories, and stores.
Base URL
https://dashboard.scango.ch/api/v1
Authentication
Create an API key under Settings → Organization → Keys:
Authorization: Bearer <api-key>
- Read — GET
- Write — also create, update, and delete products, categories, suppliers, and stores
Essentials
- Money amounts are integer cents (
120= CHF 1.20) - List endpoints return
{ data, meta }. Uselimit(default 100, max 5000) offsetexists only for product search withq(max 250 per page)- Without
q: paginate with optionalcursor; followmeta.nextCursoruntil it is absent. Soft-deleted catalog items are omitted from lists —returned < limitdoes not mean you are done; keep paging whilenextCursoris present - Orders require
start,end, andpaymentState; usecursorthe same way when listing orders - No webhooks — poll for orders
- No image upload via the API
Quickstart
See Quickstart for a first curl request.
OpenAPI: /openapi/scango.json