Light Mode
Setting Details
GET
/settings/fields/{slug}Last modified: 5 days ago
This endpoint allows you to fetch settings details for a specific slug by passing the slug
as a path parameter.
:::info[Read More]
For more on Store Settings, check the Merchant's Help Desk article here
:::
Request
Path Params
slug
string
required
Settings slug. Get a list of Settings Slugs from here
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Success | Receive Orders
{
"status": 200,
"success": true,
"data": {
"receive_orders": true,
"limit": {
"enable": false,
"count": 50,
"message": {
"ar": "ياهلا {name}\r\n نعتذر عميلنا العزيز، لايمكن استقبال طلبك اليوم لوصولنا للحد الاعلى لطلبات اليوم، يمكنك الطلب بعد {time}.",
"en": "ياهلا {name}\r\n نعتذر عميلنا العزيز، لايمكن استقبال طلبك اليوم لوصولنا للحد الاعلى لطلبات اليوم، يمكنك الطلب بعد {time}.",
"zh": "ياهلا {name}\r\n نعتذر عميلنا العزيز، لايمكن استقبال طلبك اليوم لوصولنا للحد الاعلى لطلبات اليوم، يمكنك الطلب بعد {time}."
}
}
}
}
Last modified: 5 days ago