Skip to content

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 works

SalesDrive uses three fields for authentication: subdomain + two API keys.

  1. Get your Form key

    Generate the Form key here:

    https://{domain}.salesdrive.me/ru/index.html?formId=1#/web-form/new-api-key-form

    This key is used for orders, products, and categories.

  2. Get your Account key

    Generate the Account key here:

    https://{domain}.salesdrive.me/ru/index.html?formId=1#/web-form/new-api-key-account

    This key is used for payments.

  3. Connect

    Ask your agent to connect SalesDrive. You’ll be asked for three values:

    • domain — your bare subdomain, e.g. your-shop from your-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.


ToolDescription
salesdrive_list_ordersFind orders by date, status, customer, and many other filters.
salesdrive_get_orderRetrieve the full details of a single order by its ID.
salesdrive_create_orderAdd a new order to your shop.
salesdrive_update_orderChange an existing order’s fields or move it to a new status.

List all orders created today with their status and total amount