Meem Toys Connector
Connects the Meem Toys store on Salla to its operations backend — so orders, stock and catalogue changes flow automatically instead of being copied by hand.
Order alerts & SLA watchEvery new or changed order is received instantly via Salla webhooks; paid orders left in review for more than 2 hours are escalated.
Inventory syncLow-stock and sold-out signals reach the warehouse the moment they happen; refunds and cancellations restock automatically.
Catalogue hygieneProduct names, SKUs and translations are checked on every product update; supplier codes never reach the storefront.
Owner reportingDaily sales, margin and settlement figures pulled from the Merchant API into one dashboard.
How it works
| Step | What happens |
|---|---|
| 1 | The merchant installs the app from the Salla App Store (private access). |
| 2 | Salla sends the access token to this service over a signed webhook (app.store.authorize). |
| 3 | Store events (orders, products, customers, invoices) arrive at /webhook, verified with HMAC-SHA256. |
| 4 | The backend reads and writes the store through the Salla Merchant API using only the granted scopes. |