100% control

Full control of your store is yours

No coding, no designer, do it yourself

Solve everything in one place

Automate all your store's essential needs and configure them exactly the way you want.

Domain Name Management

Domain name

Set up your store's domain name and connect your own custom domain.

Service Rights

Service rights

All information about the plan you are using on the system.

Automatic Payment

Automatic payment

Automate order payment settlement — simply entering your information is enough.

Store Settings

Store settings

Enter the name you want and choose your domain name.

Design Settings

Design settings

Control how your store looks.

Banner Control

Banner management

Manage the banners shown on your store.

Staff management

Manage staff access rights to a given store.

Branch management

Add information for all of your store's branches.

Notification settings

Configure the notifications you receive.

Activity log

Track the history of every action in your store.

Webhook

Receive the details of every order into your own system instantly

The moment an order is created, paid, or delivered, a POST request is sent to your URL automatically. Connect it to your CRM, accounting, or warehouse system and automate your daily manual work.

Order status
POST https://your-system.com/webhook
Content-Type:application/json
X-Shop-MN:7f3a9c2e8b1d4f5a3daefb3a441797733e37f6d34d3d
X-Webhook-Event:order.paid
{
  "event": "order.paid",
  "object": "order",
  "action": "paid",
  "vendorId": "c49f9c09-f9eb-49a2-b8c6-8339140ff072",
  "data": {
    "id": "ord_a4f8c12",
    "customId": "WA26231662",
    "status": "paid",
    "paymentMethod": "qpay",
    "channel": "web",
    "fullName": "Dorj Bat",
    "email": "[email protected]",
    "phone": "99000000",
    "amount": 89000,
    "createdAt": "2026-06-26T02:45:56.038Z"
  },
  "sentAt": "2026-06-26T02:45:56.038Z",
  "deliveryId": "b33a3dae-fb3a-4417-9773-3e37f6d34d3d"
}
200 OK
142 ms

Signed, trustworthy requests

Every request comes with an HMAC-SHA256 signature in the X-Shop-MN header. Easily verify on your side that it really came from us.

Choose the events you need

Order created, paid, shipped, delivered, canceled, or failed — pick just the ones you need from 6 events.

90 days of delivery history

Each request's status, response code, timing, and full payload are kept for 90 days. Find and fix failed requests right away.