GET api/Product/GetAllProducts
Get all products with their categories detail
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
All products and their categories information
ProductData| Name | Description | Type | Additional information |
|---|---|---|---|
| Products | Collection of Product |
None. |
|
| Categories | Collection of Category |
None. |
|
| ItemCategories | Collection of ItemCategory |
None. |
|
| Accountings | Collection of Accounting |
None. |
|
| ItemCampaigns | Collection of ItemCampaign |
None. |
|
| ItemGroups | Collection of ItemGroup |
None. |
|
| ProductPrices | Collection of ProductPrice |
None. |
|
| PricePolicies | Collection of Item_PricePolicy |
None. |
|
| ItemStocks | Collection of ItemStock |
None. |
|
| PolicyGroups | Collection of PolicyGroup |
None. |
|
| PriceGroupPolicies | Collection of PriceGroupPolicy |
None. |
|
| ItemPolicyGroups | Collection of Item_PolicyGroup |
None. |
|
| ItemIngredients | Collection of ItemIngredient |
None. |
|
| ItemConfigurations | Collection of ItemConfiguration |
None. |
|
| ItemDiscountedPrices | Collection of ItemDiscountedPrice |
None. |
|
| ItemInventories | Collection of ItemInventory |
None. |
|
| ServeTypes | Collection of ServeType |
None. |
|
| ServeFlows | Collection of ServeFlow |
None. |
|
| ServeFlowTypes | Collection of ServeFlowType |
None. |
|
| ItemPrinters | Collection of ItemPrinter |
None. |
|
| PriceLists | Collection of PriceList |
None. |
|
| ItemPriceLists | Collection of ItemPriceList |
None. |
|
| CampaignMasters | Collection of CampaignMaster |
None. |
|
| CampaignPriceDetails | Collection of CampaignPriceDetail |
None. |
|
| ProductCampaigns | Collection of ProductCampaign |
None. |
|
| CategoryItemGroups | Collection of CategoryItemGroup |
None. |
|
| ItemOptionGroups | Collection of ItemOptionGroup |
None. |
|
| ItemOptions | Collection of ItemOption |
None. |
|
| ItemOptionGroupOptions | Collection of ItemOptionGroupOption |
None. |
|
| ItemOutletStatuses | Collection of ItemOutletStatus |
None. |
|
| CategoryOutletStatuses | Collection of CategoryOutletStatus |
None. |
|
| ItemTags | Collection of ItemTag |
None. |
|
| Tags | Collection of Tag |
None. |
|
| IconStores | Collection of IconStore |
None. |
|
| ItemLanguageTexts | Collection of ItemLanguageText |
None. |
|
| MenuSchedules | Collection of MenuSchedule |
None. |
|
| MenuScheduleEntities | Collection of MenuScheduleEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"Products": [
{
"$id": "2",
"Id": "97237625-b8a3-43c1-917a-dd5217e2905c",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "ec2446c8-970a-44af-a32a-843f40f3e4dd",
"SupplierId": "3cbd581b-312f-42c2-9fa0-0e0c020e14d1",
"SupplierSKU": "sample string 7",
"BrandId": 8,
"Description": "sample string 9",
"LongDescription": "sample string 10",
"BongTitle": "sample string 11",
"TextColor": "sample string 12",
"ColorCode": "sample string 13",
"IconId": 14,
"ShowItemButton": true,
"ShowGroupItem": true,
"Price": 17.0,
"PurchasePrice": 18.0,
"Tax": 19.0,
"Unit": 0,
"AskPrice": true,
"AskWeight": true,
"PriceLock": true,
"PrinterId": 23,
"PlaceHolder": true,
"AskVolume": true,
"NeedIngredient": true,
"Bong": true,
"Sticky": 28,
"Seamless": true,
"AccountingId": 30,
"ReceiptMethod": 0,
"ItemType": 0,
"DiscountAllowed": true,
"PreparationTime": 0,
"IngredientPopup": true,
"DefaultCartQty": 33.0,
"SortOrder": 34,
"Active": true,
"Deleted": true,
"Weight": 37.0,
"Availability": true,
"ServeType": 64,
"Synced": true,
"DemandIdControl": true,
"Discontinued": true,
"AskPLU": true,
"NoticeStockLevel": 44.0,
"DefaultUnit": 0,
"ManageStock": 45,
"PriceRek": 46.0,
"CommentsRequired": true,
"TicketQty": 48,
"MinCartQty": 49.0,
"MinQtyAlert": 50.0,
"ComissionPercent": 51.0,
"PantPrice": 52.0,
"TrackAmount": true,
"SaleUnitSuffix": "sample string 54",
"QtyPerSaleUnit": 55.0,
"AutoClose": true,
"ButtonTitle": "sample string 57",
"SpecialSalesPrice": 1.0,
"SpecialSalesPriceValidFrom": "2026-03-21T23:49:15.7798647+01:00",
"SpecialSalesPriceValidTo": "2026-03-21T23:49:15.7798647+01:00",
"Draft": true,
"Created": "2026-03-21T23:49:15.7798647+01:00",
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"UpdatedBy": "0ed27b31-337a-4808-9438-64d548b1b99d",
"CategoryId": 60,
"Campaign": {
"$id": "3",
"Id": "5e818379-1db2-4429-91c1-61bc56353e6d",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-03-21T23:49:15.7798647+01:00",
"EndDate": "2026-03-21T23:49:15.7798647+01:00",
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"CampaignPriceDetails": [
{
"$id": "4",
"Id": "326e6fa2-cd58-428b-9669-1875882fd0dd",
"CampaignId": "e4d09a0f-ab97-4832-a03e-b1476394d69a",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "4"
}
]
},
"ItemsTags": [
{
"$id": "5",
"Id": "57f3ee31-4069-41fd-b444-f2de961f5d34",
"TagId": "cb8be3e1-4cae-47b5-b617-30d99ce2b8cd",
"ItemId": "448140cb-4c11-47bb-a407-f475f961f0f8",
"Deleted": true,
"Synced": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"TagName": "sample string 7"
},
{
"$ref": "5"
}
],
"ItemCampaign": {
"$id": "6",
"UUID": "043263e0-f75c-48f9-9f40-30ff98779635",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-03-21T23:49:15.7798647+01:00",
"EndDate": "2026-03-21T23:49:15.7798647+01:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-03-21T23:49:15.7798647+01:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-03-21T23:49:15.7798647+01:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-03-21T23:49:15.7798647+01:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "7",
"UUID": "7453edc7-ecf4-472f-8115-858430b55e5b",
"PriceListUUID": "d78dbb8b-b776-4d48-be7f-55a4bf17d73a",
"ItemGroupUUID": "15558dc8-4718-4647-ac5c-d92774cf0ca4",
"AgreementUUID": "07a5b3b7-d8c0-4ae0-a6b6-c46e193cc670",
"CustomerGroupUUID": "1b9fdcf3-dc17-499b-9aec-a0feed9dd627",
"CustomerUUID": "7b2d093a-09cc-46ca-b8e0-87fa01055054",
"ProjectUUID": "4e75304e-d555-460d-8422-ae83a211b7eb",
"CampaignUUID": "3ce9dd77-2bfd-4443-9e22-ac0401a3e5c5",
"ItemUUID": "7050fc75-bbbc-41fa-a9a6-1d15ee8cceda",
"WildCardSKU": "sample string 4",
"MinQty": 1.0,
"MaxQty": 1.0,
"Price": 1.0,
"Percentage": 1.0,
"Type": "sample string 5",
"RegularPrice": true,
"PurchasePrice": 1.0,
"ValidFrom": "2026-03-21T23:49:15.7798647+01:00",
"ValidTo": "2026-03-21T23:49:15.7798647+01:00",
"CreatedAt": "2026-03-21T23:49:15.7798647+01:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-03-21T23:49:15.7798647+01:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-03-21T23:49:15.7798647+01:00",
"DeletedByUUID": "sample string 10",
"Synced": true,
"ItemName": "sample string 12",
"CampaignTitle": "sample string 13"
},
{
"$ref": "7"
}
]
},
"HasPricePolicy": true,
"ItemCategory": [
{
"$id": "8",
"Id": 1,
"ItemId": "07505f38-18f0-432f-963f-c6a666eabe77",
"CategoryId": 3,
"SortOrder": 4,
"IsPrimary": true,
"CategoryBoostId": "sample string 6"
},
{
"$ref": "8"
}
],
"ItemIdex": 62,
"PolicyGroupId": 63,
"HasCampaign": true,
"Products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ColorName": "sample string 64",
"Type": 65,
"ImagePath": "sample string 66",
"ImageVisibility": true,
"ifExists": "sample string 68",
"ProductPrices": [
{
"$id": "9",
"Id": 1,
"ItemId": "3608e41d-d2dd-4109-82f9-0761d0ab4ad7",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "ddf4c41f-bba2-4910-8828-0cf52c76bd87",
"PriceMode": 0,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "9"
}
],
"Ingredients": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Variants": [
{
"$id": "10",
"Id": 1,
"ConfigurationId": "882b3581-78fc-4910-b7d7-bdfc70090f6c",
"ItemId": "acf4889f-a2ca-4fee-9f02-f3202611f67f",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "10"
}
],
"ItemOption": [
{
"$id": "11",
"Id": "bc4fc913-7f25-4e1e-8583-c131afcac6b6",
"ItemOptionGroupId": "887081ef-baa9-4e84-b64a-44fea60bee95",
"ItemId": "8c30b19b-6800-47e3-abb1-2796f4131216",
"CategoryId": 4,
"Active": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "11"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "12",
"Id": "5fb39508-bc36-437c-9df7-09a63feb3b8a",
"CategoryId": 2,
"GroupId": "d0058b89-0965-4fdf-8ff4-79f996fcaddb",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"Description": "sample string 9"
},
{
"$ref": "12"
}
],
"ItemPricePolicies": [
{
"$id": "13",
"Id": 1,
"ItemId": "9b538abe-946f-4ebf-a45d-c7d7ec699f8b",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"PolicyId": 8
},
{
"$ref": "13"
}
],
"PriceGroupPolicies": [
{
"$id": "14",
"Id": 1,
"GroupId": 2,
"BuyLimit": 3,
"MaxLimit": 4,
"DiscountAmount": 5.0,
"TotalAmount": 6.0,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "14"
}
],
"Photo": "QEA=",
"GroupPrice": 72.0,
"ExternalId": "sample string 73",
"IngredientQty": 74.0,
"StockQty": 75.0,
"Attributes": "sample string 76",
"LocalStockNull": true,
"StockInitialCount": 78.0,
"Selected": true,
"ShowWarhouseStock": true,
"ShowStockQty": true,
"HideStockQty": false,
"IsRUT": true,
"NotSelected": true,
"IsInActive": true,
"CreatedBy": "sample string 84",
"TerminalId": "b38b2688-0004-4dfe-9ebe-bc9511574ab6",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "387118fb-1027-4ddc-91d2-e131bcc001b1",
"PriceAdd": 90.0,
"PriceRemove": 91.0,
"FreeQty": 92.0,
"MinQty": 93.0,
"MaxQty": 94.0,
"FirstItemSelected": true,
"OptionForOrderType": 0,
"PLUNumeric": 0,
"ScalePrice": 96.0,
"Files": [
{
"$id": "15",
"UUID": "47c521aa-6fc2-4e2e-8f24-525d9d21c299",
"ParentUUID": "0437fa2c-feb6-4c00-ab40-05c64a6ceca4",
"EntityUUID": "68f21d3b-c136-42b3-a294-ba8e99986f9d",
"EntityType": "sample string 3",
"ClientFilename": "sample string 4",
"ServerFilename": "sample string 5",
"ContentType": "sample string 6",
"ContentSubType": "sample string 7",
"FileSize": 8,
"Location": "sample string 9",
"Url": "sample string 10",
"ThumbnailUrl": "sample string 11",
"MetaData": "sample string 12",
"CreatedByUUID": "sample string 13",
"CreatedAt": "2026-03-21T23:49:15.7798647+01:00",
"UpdatedAt": "2026-03-21T23:49:15.7798647+01:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-03-21T23:49:15.7798647+01:00",
"Synced": true
},
{
"$ref": "15"
}
],
"HasFile": true,
"ItemAdditionalIdentifications": [
{
"$id": "16",
"UUID": "cc35ec4d-1bcb-49ed-8771-4e04f5349cbf",
"ItemUUID": "d4f9d94e-bae7-4822-8f6a-8cf04eff7f6a",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-03-21T23:49:15.7798647+01:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-03-21T23:49:15.7798647+01:00",
"updatedByUUID": "sample string 8"
},
{
"$ref": "16"
}
],
"IsManageStock": false,
"PriceExlTax": 20.23,
"IndexId": 97,
"IsSelected": true,
"HideQuantityUnit": true
},
{
"$ref": "2"
}
],
"Categories": [
{
"$id": "17",
"Id": 1,
"Name": "sample string 2",
"Parant": 3,
"CategoryLevel": 4,
"Type": 0,
"Active": true,
"Deleted": true,
"Created": "2026-03-21T23:49:15.7798647+01:00",
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"ColorCode": "sample string 8",
"TextColorCode": "sample string 9",
"ItemColorCode": "sample string 10",
"ApplyItemColor": true,
"SortOrder": 12,
"IconId": 13,
"ReportOrder": 14,
"AccountingId": 15,
"SortItemByName": true,
"ComissionPercent": 17.0,
"ShowButton": true,
"IngredientCategoryId": 19,
"BoostParentId": "sample string 20",
"BoostId": "sample string 21",
"Synced": true,
"SubCategories": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"Children": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"Photo": "QEA=",
"ImageURL": "sample string 23",
"IsPrimary": true,
"IsParent": true,
"IsSelected": true,
"ingredientCategoryUUID": "sample string 27"
},
{
"$ref": "17"
}
],
"ItemCategories": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"Accountings": [
{
"$id": "18",
"Id": 1,
"AcNo": 2,
"Name": "sample string 3",
"IsDeleted": true,
"TAX": 5.0,
"AccountType": 0,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"SortOrder": 7
},
{
"$ref": "18"
}
],
"ItemCampaigns": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ItemGroups": [
{
"$id": "19",
"Id": 1,
"ItemId": "df822619-3b85-4ad1-8e1b-d219ab952575",
"GroupId": "a826ad83-4a90-41ba-a52a-022fa1a99970",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"Description": "sample string 8",
"Bong": true,
"PrinterId": 10,
"ItemType": 0,
"ServeType": 64,
"Tax": 12.0,
"DiscountAllowed": true
},
{
"$ref": "19"
}
],
"ProductPrices": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"PricePolicies": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"ItemStocks": [
{
"$id": "20",
"Id": 1,
"ItemId": "7db4a90c-a903-4586-a177-dd9408ffe0ec",
"Quantity": 3.0,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "20"
}
],
"PolicyGroups": [
{
"$id": "21",
"Id": 1,
"Title": "sample string 2",
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"GroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
]
},
{
"$ref": "21"
}
],
"PriceGroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"ItemPolicyGroups": [
{
"$id": "22",
"Id": 1,
"ItemId": "fe23cfdd-b4d3-489f-a86a-c7a644e2abb7",
"GroupId": 3,
"Active": true,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "22"
}
],
"ItemIngredients": [
{
"$id": "23",
"Id": 1,
"ItemId": "48baff32-dbca-48d1-842d-d3f743eaedd2",
"IngredientId": "3a72a953-dafd-4e09-b0fc-b6cf73513a60",
"ShowOnReceipt": true,
"QuickAdd": true,
"Qty": 6.0,
"Unit": 0,
"Price": 7.0,
"SortOrder": 8,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "23"
}
],
"ItemConfigurations": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"ItemDiscountedPrices": [
{
"$id": "24",
"Id": 1,
"ItemId": "ad196154-3fe7-4f85-98c3-3b2d3f19a4c2",
"Price": 3.0,
"StartDate": "2026-03-21T23:49:15.7798647+01:00",
"EndDate": "2026-03-21T23:49:15.7798647+01:00",
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "24"
}
],
"ItemInventories": [
{
"$id": "25",
"ItemInventoryID": "f3c0259f-5bfe-4422-8fed-4091ec283abc",
"ItemId": "0d64fe89-081e-490b-a0f4-491bc8c1399b",
"WarehouseID": "1a6d7f38-a333-4de1-ae24-c483a5c32b41",
"WarehouseLocationID": "ebe330be-0707-4b4d-89a6-0d6e6036f306",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "25"
}
],
"ServeTypes": [
{
"$id": "26",
"Id": 64,
"Name": "sample string 2",
"SortOrder": 3,
"ColorCode": "sample string 4",
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "26"
}
],
"ServeFlows": [
{
"$id": "27",
"Id": 64,
"Name": "sample string 2",
"StartAutomatically": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "27"
}
],
"ServeFlowTypes": [
{
"$id": "28",
"Id": 1,
"FlowId": 64,
"ServeTypeId": 64,
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "28"
}
],
"ItemPrinters": [
{
"$id": "29",
"Id": "66103552-9e0e-42d4-ae45-c7a9a747bdea",
"ItemId": "4bbd91e9-9b5e-4d9a-b2ec-0edafb971261",
"OutletId": "bd42eff6-00c5-4170-8251-205b00661ee6",
"TerminalId": "41b7254a-8c2f-4574-9202-a3b2ee6c0168",
"PrinterId": 5,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "29"
}
],
"PriceLists": [
{
"$id": "30",
"Id": "8f36785d-89f5-42d9-8731-e05ca9b5af23",
"Code": "sample string 2",
"Name": "sample string 3",
"Comment": "sample string 4",
"IsDefault": true,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "30"
}
],
"ItemPriceLists": [
{
"$id": "31",
"Id": "e340f64c-809f-450e-b60c-2da64a7b02b8",
"PriceListId": "3575f9cc-c6b3-48bd-ba3b-15f874c7a30d",
"ItemId": "a653cfc3-be7c-4007-97ee-6e83e9bffc29",
"Price": 4.0,
"Quantity": 5.0,
"ValidFrom": "2026-03-21T23:49:15.7798647+01:00",
"ValidTo": "2026-03-21T23:49:15.7798647+01:00",
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"Code": "sample string 10",
"Name": "sample string 11"
},
{
"$ref": "31"
}
],
"CampaignMasters": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"CampaignPriceDetails": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"ProductCampaigns": [
{
"$id": "32",
"Id": "9c21fb49-150c-47cd-a18b-9c7a4b4873d2",
"ItemId": "c61b900b-80f4-49db-bb8a-943fac6a001d",
"CampaignId": "1811729c-e174-422d-9513-fb0ff3080596",
"StartDate": "2026-03-21T23:49:15.7798647+01:00",
"EndDate": "2026-03-21T23:49:15.7798647+01:00",
"Active": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "32"
}
],
"CategoryItemGroups": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ItemOptionGroups": [
{
"$id": "33",
"Id": "a8e7f60f-9f6e-4ba8-b481-62999e642039",
"Name": "sample string 2",
"Description": "sample string 3",
"FreeQty": 4.0,
"PriceAdd": 5.0,
"PriceRemove": 6.0,
"MinQty": 7.0,
"MaxQty": 8.0,
"Placement": 0,
"SortOrder": 9,
"FirstItemSelected": true,
"OptionForOrderType": 0,
"Deleted": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "33"
}
],
"ItemOptions": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"ItemOptionGroupOptions": [
{
"$id": "34",
"Id": "4eeea272-f6e4-44e1-b5b9-89f3f17404ab",
"ItemOptionGroupId": "e17a8f43-886a-4a59-b303-a153161403e7",
"ItemId": "f8506c5e-2b7e-468d-837e-6632bddc561d",
"UsePriceFromGroup": true,
"PriceAdd": 5.0,
"PriceRemove": 6.0,
"Active": true,
"SortOrder": 8,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "34"
}
],
"ItemOutletStatuses": [
{
"$id": "35",
"Id": "b0080eae-0abc-4106-9c0f-a50fcef37d74",
"ItemId": "6cfcebed-ce82-443d-b41f-6c91adfd736c",
"OutletId": "c5ffa4a0-255b-4268-85a8-eea8923083b1",
"Active": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "35"
}
],
"CategoryOutletStatuses": [
{
"$id": "36",
"Id": "47f177ca-872f-4490-a343-c87651be4616",
"CategoryId": 2,
"OutletId": "b3b99c1c-cbf6-47f5-aaf5-e1f2aeb455b7",
"Active": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "36"
}
],
"ItemTags": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"Tags": [
{
"$id": "37",
"Id": "51b6144a-4a31-4479-8289-01e2178cd6f2",
"Name": "sample string 2",
"ItemAssignable": true,
"OrderAssignable": true,
"Action": "sample string 5",
"Deleted": true,
"Synced": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"Assignable": "Item"
},
{
"$ref": "37"
}
],
"IconStores": [
{
"$id": "38",
"Id": 1,
"Type": 0,
"Title": "sample string 2",
"Photo": "QEA=",
"Created": "2026-03-21T23:49:15.7798647+01:00",
"Updated": "2026-03-21T23:49:15.7798647+01:00",
"ImageToShow": "QEA=",
"PhotoURL": "data:image/png;base64,QEA="
},
{
"$ref": "38"
}
],
"ItemLanguageTexts": [
{
"$id": "39",
"Id": "dfd5566b-df64-4fd4-aa89-c6fcbb7c5b4f",
"ItemId": "41eb3c47-da05-480b-8be7-b398af94cb6e",
"LanguageId": 3,
"Name": "sample string 4",
"ShortDescription": "sample string 5",
"LongDescription": "sample string 6",
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "39"
}
],
"MenuSchedules": [
{
"$id": "40",
"Id": "278d9236-f80f-42ee-ae14-39bf6e8aa3e0",
"PriceListId": "b16f1a13-8196-4b86-9dbe-c7ae0bd3a526",
"Name": "sample string 3",
"Action": "sample string 4",
"StartAt": "sample string 5",
"EndAt": "sample string 6",
"DaysOfWeek": "sample string 7",
"IsActive": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "40"
}
],
"MenuScheduleEntities": [
{
"$id": "41",
"Id": "8ea92873-a98c-4a97-9ac1-a6c4e048ad72",
"MenuScheduleId": "d6e7cb58-1043-4b3a-99ad-876aaf726607",
"EntityId": "sample string 3",
"EntityType": 0,
"IsActive": true,
"Updated": "2026-03-21T23:49:15.7798647+01:00"
},
{
"$ref": "41"
}
]
}