SalesDrive
SalesDrive is the dominant e-commerce CRM in Ukraine. AllMCP provides 18 tools for order management, product catalog, payments, and reference data.
All providers How connecting worksConnect
Section titled “Connect”SalesDrive uses three fields for authentication: subdomain + two API keys.
-
Get your Form key
Generate the Form key here:
https://{domain}.salesdrive.me/ru/index.html?formId=1#/web-form/new-api-key-formThis key is used for orders, products, and categories.
-
Get your Account key
Generate the Account key here:
https://{domain}.salesdrive.me/ru/index.html?formId=1#/web-form/new-api-key-accountThis key is used for payments.
-
Connect
Ask your agent to connect SalesDrive. You’ll be asked for three values:
- domain — your bare subdomain, e.g.
your-shopfromyour-shop.salesdrive.me - form_key — the Form key from the first step (orders, products, categories)
- account_key — the Account key from the second step (payments)
AllMCP stores these securely so your agent can call SalesDrive on your behalf.
- domain — your bare subdomain, e.g.
Tools by category
Section titled “Tools by category”| Tool | Description |
|---|---|
salesdrive_list_orders | Find orders by date, status, customer, and many other filters. |
salesdrive_get_order | Retrieve the full details of a single order by its ID. |
salesdrive_create_order | Add a new order to your shop. |
salesdrive_update_order | Change an existing order’s fields or move it to a new status. |
| Tool | Description |
|---|---|
salesdrive_get_product | Retrieve the details of a single product by its ID. |
salesdrive_create_product | Add a new product to your catalog. |
salesdrive_update_product | Change the price, name, or other details of an existing product. |
salesdrive_delete_product | Remove a single product from your catalog. |
salesdrive_delete_products | Remove several products from your catalog in one go. |
salesdrive_upsert_products | Create or update up to 100 products at once from a single list. |
| Tool | Description |
|---|---|
salesdrive_upsert_categories | Create or update several product categories at once. |
salesdrive_delete_categories | Remove product categories from your catalog. |
Read-only reference data: order statuses, payment methods, delivery methods.
| Tool | Description |
|---|---|
salesdrive_list_payments | Browse payment records across your account. |
salesdrive_get_payment | Retrieve the details of a single payment by its ID. |
salesdrive_create_payment | Record a new payment against an order. |
Common workflows
Section titled “Common workflows”List all orders created today with their status and total amountUpdate the price of product ID 456 to 1200 UAHCreate or update these 50 products from the provided data