Convertedin Store Connector API
The contract a merchant on a custom e-commerce platform IMPLEMENTS so that Convertedin can pull its catalogue and customer data. Convertedin is the client here, not the server, which is why the base URL is the merchant's own host. Four documented POST endpoints — /convertedin/storeinfo, /categories, /products, /customers, /orders — authenticated by a fixed `token` field in a multipart form body, with page-number pagination (`page`, `per_page`) and a Laravel-style paginator response envelope.