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
Set up your store's domain name and connect your own custom domain.

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

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

Store settings
Enter the name you want and choose your domain name.

Design settings
Control how your store looks.

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.
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.
{
"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"
}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.