Light Mode
Store Information
GET
/store/infoLast modified: 17 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: 17 days ago