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.

API entry from apis.yml

apis.yml Raw ↑
name: Convertedin Store Connector API
description: 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.
humanURL: https://developer.converted.in/api-1/getting-started
baseURL: '{store_base_url}/convertedin'
tags:
- E-commerce
- Data Sync
properties:
- type: Documentation
  url: https://developer.converted.in/api-1/getting-started
- type: GettingStarted
  url: https://developer.converted.in/api-1/getting-started