Logo
Ecartapi.com Public API Documentation

Get stores

GET https://api.ecartapi.com/api/v2/store/all

Get authenticated stores

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "stores": [ { "id": "7495773219076081761", "name": "SANDBOX7371476131039495969", "ecommerce": null, "email": null, "url": null, "address": { "id": null, "address1": null, "address2": null, "address3": null, "country": { "code": "GB", "name": "United Kingdom of Great Britain and Northern Ireland", "codeIso2": "GB", "codeIso3": "GBR" }, "state": { "code": null, "name": null, "codeIso2": null, "codeIso3": null }, "city": null, "postalCode": null, "phone": null }, "currency": null, "units": { "width": null, "height": null, "length": null, "weight": null }, "coordinates": { "latitude": null, "longitude": null }, "pages": [], "plan": null, "logistic": { "me1Suported": null, "modes": [] } } ] }



Curl
curl -X GET 'https://api.ecartapi.com/api/v2/store/all' -H 'Authorization: access_token'

ENDPOINTS