Get Single Product
GET
https://shop-api.imbeltagy.tech/products/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://shop-api.imbeltagy.tech/products/684a7c5a8e5528aa69bf3e5f'
Response Response Example
{
"_id": "6853acbb2030cfaed7fde0a1",
"coverList": [
"image_url_1",
"image_url_2"
],
"rating": 0,
"reviews": 0,
"brand": {
"_id": "684a7c108e5528aa69bf3e5c",
"cover": "cover_image_url",
"name": "اسم الماركة"
},
"subcategory": {
"_id": "684a7b7f8e5528aa69bf3e53",
"cover": "cover_image_url",
"name": "اسم الفئة الفرعية"
},
"labels": [
{
"_id": "684a7bbb8e5528aa69bf3e56",
"color": "#FF0000",
"name": "اسم العنوان"
}
],
"tags": [
{
"_id": "684a7bd98e5528aa69bf3e59",
"name": "اسم الوسم"
}
],
"quantity": 100,
"disabled": false,
"price": 100,
"finalPrice": 90,
"offer": {
"_id": "68562e9a44c4905aeaaa2f8f",
"name": "اسم العرض"
},
"name": "اسم المنتج",
"description": "وصف المنتج"
}
Request
Path Params
id
string
required
Example:
684a7c5a8e5528aa69bf3e5f
Responses
Modified at 2025-06-21 04:03:15