Get stores
GET https://api.ecartapi.com/api/v2/store/all
This request returns the list of stores with their details.
More information about the ecommerce's resource.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"stores":[{"id":null,"name":null,"ecommerce":null,"email":"acme_corp@example.com","url":null,"address":null,"currency":null,"units":{"width":null,"height":null,"length":null,"weight":null},"coordinates":{"latitude":null,"longitude":null},"pages":[],"company":"ACME Corp"},{"id":null,"name":null,"ecommerce":null,"email":"simtech@example.com","url":null,"address":null,"currency":null,"units":{"width":null,"height":null,"length":null,"weight":null},"coordinates":{"latitude":null,"longitude":null},"pages":[],"company":"Simtech"}]}