Modo Claro
Store Information
GET
/store/infoLast modified: 23 days ago
This endpoint allows you to return the Store's detail information.
Request
None
Request samples
Respostas
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
status
integer
opcional
Response Status
success
boolean
opcional
Whether or not the response was successfully returned
data
object
opcional
id
number
opcional
Store ID
name
string
opcional
Store Name
entity
enum<string>
opcional
Store Entity
Valores permitidos:
personcompanycharityfirm
email
string
opcional
Store Email
avatar
string
opcional
Store Avatar
plan
enum<string>
opcional
Store Plan
Valores permitidos:
basicplusprospecial
type
enum<string>
opcional
Store Type
Valores permitidos:
demodevelopmentlive
status
enum<string>
opcional
Store
Valores permitidos:
activeinactive
verified
boolean
opcional
Whether ot not the Store is verified
currency
string
opcional
Store Currency
domain
string
opcional
Store Domain Name
description
string
opcional
Store Description
licenses
object
opcional
social
object
opcional
Exemplo
{
"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: 23 days ago