Detail
DevelopingGET
/products/{productId}Request
Path Params
productId
string
required
Example:
fc0b14ae-f712-4c77-89f7-d863e60a5ba6
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
meta
object
required
code
integer
required
status
string
required
message
string
required
data
object
required
id
string
required
market_id
string
required
branch_id
string
required
product_category_id
integer
required
name_en
string
required
name_ar
string
required
description_en
string
required
description_ar
string
required
preparation_time
integer
required
stock
integer
required
order
integer
required
images
array[string]
required
is_active
boolean
required
created_at
integer
required
updated_at
integer
required
deleted_at
null
required
rating_amount
integer
required
rating_avg
string
required
sold_amount
integer
required
sold_revenue
number
required
qoyod_id
null
required
option_modifiers_min_total
integer
required
option_modifiers_max_total
integer
required
market
object
required
branch
object
required
category
null
required
ingredients
array[string]
required
prices
array[string]
required
modifiers
array [object {19}]
required
option_modifiers
array [object {19}]
required
additional_modifiers
array [object {19}]
required
Example
{
"meta": {
"code": 200,
"status": "success",
"message": "Data Loaded Successfully"
},
"data": {
"id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"market_id": "5d4196d7-355a-48ef-9c50-add58cc440f1",
"branch_id": "02510007-93b6-4121-93d7-c1bd79d00d0c",
"product_category_id": 3,
"name_en": "Twister Lunch Edited",
"name_ar": "Twister Lunch",
"description_en": "Tempore recusandae vel atque voluptatibus ea et nihil. Veniam eveniet laudantium cupiditate ratione non. Asperiores rem maiores neque inventore possimus itaque eum rerum. Delectus accusantium sit facilis. Ea voluptatibus natus quas eius commodi enim enim.",
"description_ar": "Tempore recusandae vel atque voluptatibus ea et nihil. Veniam eveniet laudantium cupiditate ratione non. Asperiores rem maiores neque inventore possimus itaque eum rerum. Delectus accusantium sit facilis. Ea voluptatibus natus quas eius commodi enim enim.",
"preparation_time": 20,
"stock": 819,
"order": 1,
"images": [
"https://cdn-flavours.fra1.digitaloceanspaces.com/img/uploads/products/1680366096-0.jpg"
],
"is_active": true,
"created_at": 1680271006458,
"updated_at": 1684246940577,
"deleted_at": null,
"rating_amount": 0,
"rating_avg": "0.00",
"sold_amount": 31,
"sold_revenue": 39.09,
"qoyod_id": null,
"option_modifiers_min_total": 5,
"option_modifiers_max_total": 20,
"market": {
"id": "5d4196d7-355a-48ef-9c50-add58cc440f1",
"sector_id": 1,
"name_en": "First Restaurant",
"name_ar": "First Restaurant",
"description_en": "Ut maxime commodi natus id tenetur ullam. Repudiandae aut quia est perspiciatis facilis dolores repellendus ea eum. Iusto occaecati libero ea voluptas dolore qui qui maxime quod. Eum ut vel possimus sunt doloribus saepe repellendus et.",
"description_ar": "العظمى إستيلاء الأوروبية، حين عل. هو وبعد قتيل، العالمي ولم, يونيو مساعدة التاريخ، وصل تم. بـ سكان الجو اليابان تحت, يتم لأداء تكتيكاً قُدُماً ان. نفس موالية الجنوبي ما, أضف تم غضون أسابيع وقوعها،. وبدون ميناء الأمريكية فقد عل, قتيل، معارضة ضرب عن, دول وبعض لفرنسا تزامناً ثم. أي أدوات استبدال جعل. يكن لغات مشروط من.",
"logo_img": null,
"cover_img": null,
"email": "[email protected]",
"phone_prefix": "966",
"phone": "579112767",
"crn": null,
"tax_number": "12345611",
"created_by": null,
"email_verified_at": null,
"phone_verified_at": null,
"created_at": 1680271006362,
"updated_at": 1683019078189,
"deleted_at": null
},
"branch": {
"id": "02510007-93b6-4121-93d7-c1bd79d00d0c",
"market_id": "5d4196d7-355a-48ef-9c50-add58cc440f1",
"name_en": "First Branch",
"name_ar": "First Branch",
"address": "8541 Moore Highway, Tianna Port",
"latitude": -60.8672,
"longitude": -168.4564,
"is_active": true,
"created_at": 1680271006388,
"updated_at": 1682927489279,
"deleted_at": null,
"expired_at": null
},
"category": null,
"ingredients": [],
"prices": [],
"modifiers": [
{
"id": 5567,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5568,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium",
"name_ar": "Medium",
"type": "OPTION_VARIABLE",
"calorie": 350,
"price": 8,
"tax": 1.2,
"total": 9.2,
"cost": 5.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5569,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5570,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5571,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5572,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5573,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5574,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5575,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5576,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5577,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5578,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5579,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5580,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5581,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 6.5,
"profit": 2.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5582,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5583,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5584,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 6.5,
"profit": 2.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5585,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 4.35,
"tax": 0.65,
"total": 5,
"cost": 4.5,
"profit": 0,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5586,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5587,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 6.5,
"profit": 2.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5588,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 4.5,
"profit": 4.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5589,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5590,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 10.43,
"tax": 1.57,
"total": 12,
"cost": 6.5,
"profit": 3.93,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5591,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 4.5,
"profit": 4.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5592,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5593,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 10.43,
"tax": 1.57,
"total": 12,
"cost": 6.5,
"profit": 3.93,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5594,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Variable Option",
"name_ar": "Variable Option",
"type": "OPTION_VARIABLE",
"calorie": null,
"price": 17.39,
"tax": 2.61,
"total": 20,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5595,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 4.5,
"profit": 4.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5596,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5597,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 10.43,
"tax": 1.57,
"total": 12,
"cost": 6.5,
"profit": 3.93,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5598,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Variable Option",
"name_ar": "Variable Option",
"type": "OPTION_VARIABLE",
"calorie": null,
"price": 17.39,
"tax": 2.61,
"total": 20,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5599,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5600,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5601,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5602,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese Extra Cheese Extra Cheese Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5603,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese Extra Cheese Extra Cheese Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5604,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5605,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5606,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5607,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5608,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5609,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5610,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5611,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5612,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Additional Weight",
"name_ar": "Additional Weight",
"type": "ADDITIONAL",
"calorie": null,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5613,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5614,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5615,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Additional Weight",
"name_ar": "Additional Weight",
"type": "ADDITIONAL",
"calorie": null,
"price": 10,
"tax": 1.5,
"total": 11.5,
"cost": null,
"profit": null,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
}
],
"option_modifiers": [
{
"id": 5567,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5568,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium",
"name_ar": "Medium",
"type": "OPTION_VARIABLE",
"calorie": 350,
"price": 8,
"tax": 1.2,
"total": 9.2,
"cost": 5.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5569,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5570,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5571,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5572,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5573,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5574,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5575,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5576,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5577,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5578,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION",
"calorie": 400,
"price": 7.5,
"tax": 1.13,
"total": 8.63,
"cost": 6.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5579,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5580,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5581,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 6.5,
"profit": 2.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5582,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 5.5,
"tax": 0.83,
"total": 6.33,
"cost": 4.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5583,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5584,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 6.5,
"profit": 2.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5585,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 4.35,
"tax": 0.65,
"total": 5,
"cost": 4.5,
"profit": 0,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5586,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5587,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 6.5,
"profit": 2.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5588,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 4.5,
"profit": 4.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5589,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5590,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 10.43,
"tax": 1.57,
"total": 12,
"cost": 6.5,
"profit": 3.93,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5591,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 4.5,
"profit": 4.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5592,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5593,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 10.43,
"tax": 1.57,
"total": 12,
"cost": 6.5,
"profit": 3.93,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5594,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Variable Option",
"name_ar": "Variable Option",
"type": "OPTION_VARIABLE",
"calorie": null,
"price": 17.39,
"tax": 2.61,
"total": 20,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5595,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Small Small",
"name_ar": "Small",
"type": "OPTION",
"calorie": 300,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": 4.5,
"profit": 4.2,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5596,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Medium Medium",
"name_ar": "Medium",
"type": "OPTION",
"calorie": 350,
"price": 6.5,
"tax": 0.98,
"total": 7.48,
"cost": 5.5,
"profit": 1,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5597,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Large Large",
"name_ar": "Large",
"type": "OPTION_VARIABLE",
"calorie": 400,
"price": 10.43,
"tax": 1.57,
"total": 12,
"cost": 6.5,
"profit": 3.93,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5598,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Variable Option",
"name_ar": "Variable Option",
"type": "OPTION_VARIABLE",
"calorie": null,
"price": 17.39,
"tax": 2.61,
"total": 20,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
}
],
"additional_modifiers": [
{
"id": 5599,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5600,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5601,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5602,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese Extra Cheese Extra Cheese Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5603,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese Extra Cheese Extra Cheese Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5604,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5605,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5606,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5607,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5608,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5609,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5610,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5611,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5612,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Additional Weight",
"name_ar": "Additional Weight",
"type": "ADDITIONAL",
"calorie": null,
"price": 8.7,
"tax": 1.3,
"total": 10,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
},
{
"id": 5613,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra Cheese",
"name_ar": "Extra Cheese",
"type": "ADDITIONAL",
"calorie": 100,
"price": 3,
"tax": 0.45,
"total": 3.45,
"cost": 2.5,
"profit": 0.5,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5614,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Extra extra",
"name_ar": "Extra extra",
"type": "ADDITIONAL_VARIABLE",
"calorie": null,
"price": 3.48,
"tax": 0.52,
"total": 4,
"cost": null,
"profit": null,
"is_tax_included": true,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": null,
"weight_unit": null,
"ingredients": [],
"prices": []
},
{
"id": 5615,
"product_id": "cfcdf305-4cfe-495c-9a33-c8dfc7a6b8c5",
"name_en": "Additional Weight",
"name_ar": "Additional Weight",
"type": "ADDITIONAL",
"calorie": null,
"price": 10,
"tax": 1.5,
"total": 11.5,
"cost": null,
"profit": null,
"is_tax_included": false,
"deleted_at": null,
"barcode": null,
"barcode_img": null,
"weight_amount": "1.00",
"weight_unit": "Kg",
"ingredients": [],
"prices": []
}
]
}
}
Last modified: a month ago