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
{
"current_page": 1, // current page
"data": [ ],
"from": 1, // start for current page
"to": 100, // end for current page
"last_page": 23, // last available page
"per_page": 100, // limit per page
"total": 2220 // total number of entities
}{
"code": 200,
"data": {
"name" : "store name",
"currency" : "USD",
"time_zone": "",
"email" : "[email protected]",
"description": "A great store selling stuff",
"country": "US"
}
}{
"code": 200,
"data": {
"name": "store Name",
"currency": "EGP",
"time_zone": "GMT+2",
"email": "[email protected]",
"description": "buy all your cake",
"country": "eg",
"country_code": "EG"
}
}