Convertedin Webhook Ingest API
The one API surface Convertedin hosts itself. A merchant's storefront (Magento, Salla, or a custom platform) POSTs commerce events into Convertedin — orders, customers, products, collections, and app uninstall — authenticated with a static `token` header plus an `X-Shop-Domain` header naming the sending store. Thirteen documented event paths, POST-only, JSON. Verified live on 2026-08-12: an anonymous POST to /orders/create returns HTTP 401 {"msg":"please send in header [x-shop-domain]"}. No signature, no retry policy and no delivery guarantee is documented.