Connect your store using API, Getting started
You can connect your custom made store to Convertedin by creating an API with the following instructions
Last updated
You can connect your custom made store to Convertedin by creating an API with the following instructions
Last updated
Doc for more details Here
For speeding up integration you can use postman collection
You should login to app.converted.in, choose api
option from data sources
You'll be prompted to enter your base url for the api , for example if your API baseUrl was https://cake-store.com/
,
your Store info api should be https://cake-store.com/convertedin/storeinfo
We expect you to create an API that complies with the following documentation
Use your token provided inside converted.in after on boarding process to authenticate the request using form-data body
All endpoints should follow the following standard pagination form Except for the store info API
POST
YOUR_BASEURL/convertedin/storeinfo
Name | Type | Description |
---|---|---|
token*
string
Fixed token provided by Convertedin platform.
key
description
name
Store name or title
currency
currency in ISO format (USD, EUR, etc...)
time_zone
store default timezone in your format
Admin or store contact email
description
store brief or headline
country
operating country in ISO code (US, GB)