Get store
GET https://api.ecartapi.com/api/v2/store/{{id}}
Get the details of a specific store.
More information about the ecommerce's resource.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"store":{"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"}}