in
InSales is a popular Russian SaaS e-commerce platform for online stores. Its API allows merchants to manage product catalogs, orders, customers, and inventory.
With the InSales integration in AACFlow, you can:
- Get products: Retrieve the product catalog with pagination support
This integration enables automated product catalog synchronization and inventory management for InSales store owners.
Nutzungsanleitung
Integrate InSales into the workflow. Requires your InSales shop subdomain, API key (login), and API password from your InSales account settings under API → Keys.
Tools
insales_get_products
Retrieve products from the InSales catalog
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
shop | string | Ja | InSales shop subdomain |
login | string | Ja | InSales API key |
password | string | Ja | InSales API password |
limit | number | Nein | Results limit (max 250) |
page | number | Nein | Page number for pagination |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
products | array | Array of product objects |
success | boolean | Whether the request succeeded |
error | string | Error message if failed |
Links
- Official API: https://www.insales.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/insales.ts

