Light Mode
Store Information
GET
/store/infoLast modified:Â 16 days ago
This endpoint allows you to return the Store's detail information.
Request
None
Request samples
Responses
Success(200)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Data Schema
status
integerÂ
optional
Response Status
success
booleanÂ
optional
Whether or not the response was successfully returned
data
objectÂ
optional
id
numberÂ
optional
Store ID
name
stringÂ
optional
Store Name
entity
enum<string>Â
optional
Store Entity
Allowed values:
personcompanycharityfirm
email
stringÂ
optional
Store Email
avatar
stringÂ
optional
Store Avatar
plan
enum<string>Â
optional
Store Plan
Allowed values:
basicplusprospecial
type
enum<string>Â
optional
Store Type
Allowed values:
demodevelopmentlive
status
enum<string>Â
optional
Store
Allowed values:
activeinactive
verified
booleanÂ
optional
Whether ot not the Store is verified
currency
stringÂ
optional
Store Currency
domain
stringÂ
optional
Store Domain Name
description
stringÂ
optional
Store Description
licenses
objectÂ
optional
social
objectÂ
optional
Example
{
"status": 200,
"success": true,
"data": {
"id": 1305146709,
"name": "dev-wofftr4xsra5xtlv",
"entity": "company",
"email": "[email protected]",
"avatar": "https://salla-dev.s3.eu-central-1.amazonaws.com/logo/logo-fashion.jpg",
"plan": "pro",
"type": "demo",
"status": "active",
"verified": false,
"currency": "SAR",
"domain": "https://salla.sa/dev-wofftr4xsra5xtlv",
"description": "متجر تجريبي",
"licenses": {
"tax_number": "65464645654",
"commercial_number": null,
"freelance_number": null
},
"social": {
"telegram": "www.telegram.com",
"twitter": "https://twitter.com/SallaApp",
"facebook": "https://facebook.com",
"maroof": "https://maroof.sa/",
"youtube": "https://www.youtube.com/c/SallaApp",
"snapchat": "https://snapchat.com",
"whatsapp": "+966501806978",
"appstore_link": "https://www.youtube.com/c/SallaApp",
"googleplay_link": "https://www.youtube.com/c/SallaApp"
}
}
}
Last modified: 16 days ago