- Developer guide
- New to our DevPortal 🤔
- Authentication
- Webhook
- Overview
- Invoice Webhooks
- Orders Webhooks
- Menu Webhooks
- Loyalty Webhooks
- Customer webhook
- Error webhook
- Orders
- Menu
- Branches
- Devices
- Order type
- Price Lists
- Payment Methods
- Order Charges
- Taxes
- Customers
Simple List
GET
https://{serviceID}.retm.sa/api/v2/products/simple
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Responses
🟢200Products
application/json
Body
array of:
id
stringÂ
optional
name
objectÂ
required
en
stringÂ
required
ar
stringÂ
required
Example
[
{
"id": "01GZK6C7J03PQP7KGRAQ3F197Y",
"name": {
"en": "coffee day",
"ar": "قهوة اليوم"
}
}
]
Modified at 2024-11-05 07:20:35