scango.ch API
Customer REST API for scango.ch.
Authenticate with Authorization: Bearer <api-key> (Read or Write). Money amounts are integer cents. List responses use { data, meta }.
Version 1.0.0
Base URL
https://dashboard.scango.ch/api/v1Products
Product catalog
- GETList or search products
/products - POSTCreate product
/products - GETGet product by ID
/products/{productId} - POSTUpdate product
/products/{productId} - DELETEDelete product
/products/{productId}
Orders
Orders
Suppliers
Suppliers
- GETList suppliers
/suppliers - POSTCreate supplier
/suppliers - GETGet supplier by ID
/suppliers/{supplierId} - POSTUpdate supplier
/suppliers/{supplierId} - DELETEDelete supplier
/suppliers/{supplierId}
Categories
Categories
- GETList categories
/categories - POSTCreate category
/categories - GETGet category by ID
/categories/{categoryId} - POSTUpdate category
/categories/{categoryId} - DELETEDelete category
/categories/{categoryId}
Stores
Store locations