Kaspi.kz Shop
Produkte, Bestellungen, Kategorien, Marken, Preise und Lager im Kaspi.kz-Onlineshop verwalten.
Kaspi.kz Shop
Kaspi.kz is the leading e-commerce and financial services platform in Kazakhstan. The AACFlow block integrates with the Kaspi.kz Shop API to manage your seller account — read orders, update stock, browse catalog metadata, and manage warehouses.
Official API guide: https://guide.kaspi.kz/partner/ru/shop/api/general
Einrichtung
- Log in to your Kaspi.kz seller account and go to Settings → API.
- Generate an X-Auth-Token for your store.
- In AACFlow, add a Kaspi.kz Shop block and paste the token into the X-Auth-Token field (stored as a secret).
Operationen
| Operation | Beschreibung |
|---|---|
kaspi_orders | Fetch a paginated list of orders. |
kaspi_order | Get details of a single order by ID. |
kaspi_update_order | Update the status of an existing order. |
kaspi_products | Fetch a paginated list of products in your store. |
kaspi_stock | Update the stock quantity for a product SKU. |
kaspi_categories | Retrieve the full category tree. |
kaspi_brands | Retrieve available brands. |
kaspi_prices | Retrieve a paginated list of product prices. |
kaspi_warehouses | Retrieve the list of warehouses associated with the seller account. |
kaspi_remainders | Get stock remainders by warehouse. |
Beispiel-Workflow
A scheduled workflow calls kaspi_orders to fetch new orders, loops over each, calls an ERP adapter to reserve inventory, and then calls kaspi_update_order to mark the order as confirmed.
Links
- Official API guide: https://guide.kaspi.kz/partner/ru/shop/api/general
- Block source: apps/aacflow/blocks/blocks/kaspi.ts

