Skip to main content

Get Store Info

Use this API to retrieve all the details of the store.

Responses

Success response


{
"statusCode": 200,
"data": {
"_id": 1171,
"active": true,
"business": {
"name": "naveen+2772",
"brandName": "naveen",
"category": {
"name": "General",
"slug": "general"
},
"type": {
"name": "Grocery",
"slug": "grocery"
},
"email": {
"id": "naveen+2772@bytize.in",
"verified": true
},
"mobile": {
"code": 91,
"number": 9988855000,
"verified": true
},
"address": {
"annotation": "other",
"line": "123, qwe",
"city": "saudi",
"state": "saudi",
"country": "India",
"zip": "600102",
"default": false
},
"timings": [
{
"slots": []
}
],
"cloudKitchen": false
},
"charges": [],
"code": "M0001171",
"countryCode": "IN",
"domains": [
{
"domain": "localhost",
"type": "",
"active": true
}
],
"languageCode": "en",
"name": "naveen+2772",
"paymentMethods": [],
"platforms": [],
"settings": {},
"subscription": {
"slug": "premium",
"name": "Premium",
"description": "",
"products": [],
"period": "year"
},
"timezone": "Asia/Kolkata"
}
}