Setting Details
GET
/settings/fields/{slug}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
Settings slug. Get a list of Settings Slugs from here
Request samples
[api.label.responses]
Receive Orders Data Schema
Response status code, a numeric or alphanumeric identifier used to convey the outcome or status of a request, operation, or transaction in various systems and applications, typically indicating whether the action was successful, encountered an error, or resulted in a specific condition.
Response flag, boolean indicator used to signal a particular condition or state in the response of a system or application, often representing the presence or absence of certain conditions or outcomes.
{
"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}."
}
}
}
}