mo
MoySklad (МойСклад) is Russia's leading cloud-based inventory management, accounting, and trade automation platform. It is widely used by small and medium businesses for managing products, orders, warehouse operations, purchases, and financial accounting through a powerful REST API.
With the MoySklad integration in AACFlow, you can:
- Manage products: Create, update, and search products with full attribute sets and barcodes
- Track stock: Monitor inventory levels across multiple warehouses in real time
- Create orders: Generate customer orders, purchase orders, and internal transfers
- Handle shipments: Process order fulfillment, shipments, and returns
- Manage pricing: Set and update selling prices, purchase prices, and discount policies
- Generate reports: Access sales analytics, stock reports, and financial summaries
This integration provides complete trade and inventory automation for Russian businesses using MoySklad.
Usage Instructions
Integrate MoySklad into the workflow. Can manage products, stock, orders, and pricing. Requires MoySklad API credentials (login and password).
Tools
moysklad_get_stock
Get current stock levels
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
storeId | string | No | Warehouse ID filter |
productId | string | No | Product ID filter |
login | string | Yes | MoySklad API login |
password | string | Yes | MoySklad API password |
Output
| Parameter | Type | Description |
|---|---|---|
rows | array | Array of stock records with product, store, quantity |
total | number | Total stock records |
moysklad_create_order
Create a new customer order
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | No | Order name |
organization | object | Yes | Organization details |
agent | object | Yes | Customer details |
positions | array | Yes | Array of {productId, quantity, price} |
login | string | Yes | MoySklad API login |
password | string | Yes | MoySklad API password |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Order ID |
name | string | Order name |
created | string | Creation timestamp |
sum | number | Order total |
moysklad_get_product
Get product details
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
productId | string | Yes | Product ID |
login | string | Yes | MoySklad API login |
password | string | Yes | MoySklad API password |
Output
| Parameter | Type | Description |
|---|---|---|
id | string | Product ID |
name | string | Product name |
article | string | Product SKU |
salePrices | array | Sales prices |
buyPrice | number | Purchase price |
quantity | number | Current stock |

