Create Product
POST
https://shop-api.imbeltagy.tech/products/staff
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://shop-api.imbeltagy.tech/products/staff' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nameAr": "اسم المنتج",
"nameEn": "Product Name",
"descriptionAr": "وصف المنتج",
"descriptionEn": "Product Description",
"coverList": ["image_url_1", "image_url_2"],
"quantity": 100,
"minPrice": 50,
"price": 100,
"brand": "684a7c108e5528aa69bf3e5c",
"subcategory": "684a7b7f8e5528aa69bf3e53",
"labels": ["684a7bbb8e5528aa69bf3e56"],
"tags": ["684a7bd98e5528aa69bf3e59"],
"employeeReadOnly": false
}'
Response Response Example
{}
Request
Header Params
Authorization
string
required
Example:
Bearer {{token}}
Body Params application/json
Responses
Modified at 2025-06-21 01:15:40