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": "81ae46f2-23fb-4e5b-9c92-17526942b868",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "67cb3473-0742-4d01-9eed-142de6c8f3dd",
"SupplierId": "4bbf5084-bc5c-4ed6-9dc8-2425bb962080",
"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-02-04T04:14:47.8971191+01:00",
"SpecialSalesPriceValidTo": "2026-02-04T04:14:47.8971191+01:00",
"Draft": true,
"Created": "2026-02-04T04:14:47.8971191+01:00",
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"UpdatedBy": "145040ba-53b8-4922-87c8-acbe1402d06b",
"CategoryId": 60,
"Campaign": {
"$id": "3",
"Id": "f42842c5-82a7-40db-9085-80f480d89fb9",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-02-04T04:14:47.8971191+01:00",
"EndDate": "2026-02-04T04:14:47.8971191+01:00",
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"CampaignPriceDetails": [
{
"$id": "4",
"Id": "71cf93e3-804d-4887-9a34-a9e54ad04a24",
"CampaignId": "a4770e55-cfd6-4edd-835c-0dcdcad7b563",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "4"
}
]
},
"ItemsTags": [
{
"$id": "5",
"Id": "741e5940-3b27-44a1-a6e7-56b462241431",
"TagId": "3091e7d7-a973-4757-8776-bf6475b8a3f6",
"ItemId": "cb97f031-cc2c-4e24-8bfe-a093d11ff966",
"Deleted": true,
"Synced": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"TagName": "sample string 7"
},
{
"$ref": "5"
}
],
"ItemCampaign": {
"$id": "6",
"UUID": "d43e0ba2-4829-4e89-8945-134d7f2cb8f0",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-02-04T04:14:47.8971191+01:00",
"EndDate": "2026-02-04T04:14:47.8971191+01:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-02-04T04:14:47.8971191+01:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-02-04T04:14:47.8971191+01:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-02-04T04:14:47.8971191+01:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "7",
"UUID": "e131ff8c-3081-4e3a-b812-ba796a87fdec",
"PriceListUUID": "85457e44-41b4-47d1-9fe3-6602784a5ed0",
"ItemGroupUUID": "31d6ad7f-945f-4389-bfc2-4174dbeb373a",
"AgreementUUID": "8f661309-678e-435f-88e9-a560f265986d",
"CustomerGroupUUID": "50999b27-55a3-43b3-b2af-35136859692f",
"CustomerUUID": "26fb4b97-161f-427c-aa1e-5b76e5f2db32",
"ProjectUUID": "5f928a0d-fadf-4f77-80e5-b48ccbcd0414",
"CampaignUUID": "3a6b9d16-7b30-4acf-b4fe-43979012165d",
"ItemUUID": "42e0f9e0-9e80-4e77-996d-061b12afd137",
"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-02-04T04:14:47.8971191+01:00",
"ValidTo": "2026-02-04T04:14:47.8971191+01:00",
"CreatedAt": "2026-02-04T04:14:47.8971191+01:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-02-04T04:14:47.8971191+01:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-02-04T04:14:47.8971191+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": "76c1fef5-443f-4774-a654-63eb9f8a1044",
"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": "e5421555-af68-4c61-921c-37a122cb79f4",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "0d5c5144-f434-446f-a922-54624fe3faf8",
"PriceMode": 0,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "9"
}
],
"Ingredients": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Variants": [
{
"$id": "10",
"Id": 1,
"ConfigurationId": "4d0ebe08-95ad-4edd-a7ba-306f6c63e538",
"ItemId": "2739cdb1-179e-4bb3-b888-6a7cd2e50c84",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "10"
}
],
"ItemOption": [
{
"$id": "11",
"Id": "70f167cf-f8b8-468b-9272-352634755810",
"ItemOptionGroupId": "cfb42f01-9101-4d83-98e3-28d4edb2abca",
"ItemId": "81809e56-c324-425f-bc37-82190c28c5c7",
"CategoryId": 4,
"Active": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "11"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "12",
"Id": "c120ecac-2f6b-4814-afba-b507b475f7b8",
"CategoryId": 2,
"GroupId": "7ebd0c86-8e4d-4bae-81d0-489150136b25",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"Description": "sample string 9"
},
{
"$ref": "12"
}
],
"ItemPricePolicies": [
{
"$id": "13",
"Id": 1,
"ItemId": "9d26a447-12c6-45ab-ada1-ff9306a3b8fe",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+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-02-04T04:14:47.8971191+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": "4d6957f5-760b-402c-91d6-7af45de5b77e",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "81eb309b-ac80-48e2-a345-5945f47db50e",
"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": "23d63e33-ac24-4409-a60e-06f7382f57bd",
"ParentUUID": "da45664e-1d9d-4b81-81e5-531b1c28bd75",
"EntityUUID": "7a2d1f4e-9799-4a7d-81f4-0c4c9e53cba8",
"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-02-04T04:14:47.8971191+01:00",
"UpdatedAt": "2026-02-04T04:14:47.8971191+01:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-02-04T04:14:47.8971191+01:00",
"Synced": true
},
{
"$ref": "15"
}
],
"HasFile": true,
"ItemAdditionalIdentifications": [
{
"$id": "16",
"UUID": "31360fd6-6d08-47d1-bbf8-e02206618045",
"ItemUUID": "7d39e099-7aaa-4a13-ac97-bcdd6827bbc3",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-02-04T04:14:47.8971191+01:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-02-04T04:14:47.8971191+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-02-04T04:14:47.8971191+01:00",
"Updated": "2026-02-04T04:14:47.8971191+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-02-04T04:14:47.8971191+01:00",
"SortOrder": 7
},
{
"$ref": "18"
}
],
"ItemCampaigns": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"ItemGroups": [
{
"$id": "19",
"Id": 1,
"ItemId": "fa7b372b-bbb4-4dca-973b-8761fcf7e8ac",
"GroupId": "7813eb0e-c22f-4c94-975c-550f4d812e93",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+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": "19a2b708-79c2-46e7-bced-1f88f987a00b",
"Quantity": 3.0,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "20"
}
],
"PolicyGroups": [
{
"$id": "21",
"Id": 1,
"Title": "sample string 2",
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"GroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
]
},
{
"$ref": "21"
}
],
"PriceGroupPolicies": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"ItemPolicyGroups": [
{
"$id": "22",
"Id": 1,
"ItemId": "b8d793cb-0da9-42af-b3ea-21a4024a3d1b",
"GroupId": 3,
"Active": true,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "22"
}
],
"ItemIngredients": [
{
"$id": "23",
"Id": 1,
"ItemId": "75f79d97-804e-40af-87ed-98b0d6d0123d",
"IngredientId": "1277b694-de07-4ca8-badd-d85feace1731",
"ShowOnReceipt": true,
"QuickAdd": true,
"Qty": 6.0,
"Unit": 0,
"Price": 7.0,
"SortOrder": 8,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "23"
}
],
"ItemConfigurations": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"ItemDiscountedPrices": [
{
"$id": "24",
"Id": 1,
"ItemId": "1905ddce-3d9a-4a13-979a-af6527b032f9",
"Price": 3.0,
"StartDate": "2026-02-04T04:14:47.8971191+01:00",
"EndDate": "2026-02-04T04:14:47.8971191+01:00",
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "24"
}
],
"ItemInventories": [
{
"$id": "25",
"ItemInventoryID": "d73de627-4fb2-4b01-8945-7a5639c0be25",
"ItemId": "50863024-b5e9-4644-895c-9588b94e38c5",
"WarehouseID": "793c0b57-071c-4a76-a582-2ccb8bf6eeb3",
"WarehouseLocationID": "4f2b0202-f6f4-4dbb-96e2-8db761c9e0b9",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-02-04T04:14:47.8971191+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-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "26"
}
],
"ServeFlows": [
{
"$id": "27",
"Id": 64,
"Name": "sample string 2",
"StartAutomatically": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "27"
}
],
"ServeFlowTypes": [
{
"$id": "28",
"Id": 1,
"FlowId": 64,
"ServeTypeId": 64,
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "28"
}
],
"ItemPrinters": [
{
"$id": "29",
"Id": "103e9622-d25d-4418-9adb-563d85b12cb2",
"ItemId": "9bca2534-6c3b-489f-b379-a6168dc470ef",
"OutletId": "823f6920-fbba-4b5c-b544-4414feec9466",
"TerminalId": "96e517e8-1a76-46b8-b74b-cc28a75a136d",
"PrinterId": 5,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "29"
}
],
"PriceLists": [
{
"$id": "30",
"Id": "d5776302-0f60-4467-bcae-d66b51bc90cf",
"Code": "sample string 2",
"Name": "sample string 3",
"Comment": "sample string 4",
"IsDefault": true,
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "30"
}
],
"ItemPriceLists": [
{
"$id": "31",
"Id": "efd3e4de-46a3-4481-a39e-d2bd8a2c47aa",
"PriceListId": "9080cdef-7777-4b07-8104-24c585787393",
"ItemId": "5a89b971-35aa-4b6b-b8e4-08a96d2ef2ed",
"Price": 4.0,
"Quantity": 5.0,
"ValidFrom": "2026-02-04T04:14:47.8971191+01:00",
"ValidTo": "2026-02-04T04:14:47.8971191+01:00",
"Deleted": true,
"Updated": "2026-02-04T04:14:47.8971191+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": "c287f788-7ddb-463c-b26c-185ca316affe",
"ItemId": "bf10a7fe-f945-4973-98f4-2aa0ed0da30a",
"CampaignId": "ef04effb-bb0e-4474-ab4a-734ec54c2475",
"StartDate": "2026-02-04T04:14:47.8971191+01:00",
"EndDate": "2026-02-04T04:14:47.8971191+01:00",
"Active": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "32"
}
],
"CategoryItemGroups": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ItemOptionGroups": [
{
"$id": "33",
"Id": "836bdab0-be10-47a6-8342-47936c889560",
"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-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "33"
}
],
"ItemOptions": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"ItemOptionGroupOptions": [
{
"$id": "34",
"Id": "63c2bd30-fe96-414e-a4e5-898e9ce2d813",
"ItemOptionGroupId": "1bf07aa5-1ffb-47ca-bd4f-36bb7de785d8",
"ItemId": "2abfb8d5-e7a1-4c0a-9d5f-7b6a25c27bde",
"UsePriceFromGroup": true,
"PriceAdd": 5.0,
"PriceRemove": 6.0,
"Active": true,
"SortOrder": 8,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "34"
}
],
"ItemOutletStatuses": [
{
"$id": "35",
"Id": "d80de8ae-68ef-43e2-a8c2-69360e88a6a0",
"ItemId": "4f9bf91e-9b78-4436-a891-8c2552667b53",
"OutletId": "7e69d876-1ea3-4ecb-b759-cf6332a37ae2",
"Active": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "35"
}
],
"CategoryOutletStatuses": [
{
"$id": "36",
"Id": "6cff89e5-fb85-4206-8865-13db0a9649a1",
"CategoryId": 2,
"OutletId": "ef9b89b3-625e-46a5-ab64-d34ad22f3588",
"Active": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "36"
}
],
"ItemTags": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"Tags": [
{
"$id": "37",
"Id": "312d85c4-837b-448c-8ec5-69ae1b25ca82",
"Name": "sample string 2",
"ItemAssignable": true,
"OrderAssignable": true,
"Action": "sample string 5",
"Deleted": true,
"Synced": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"Assignable": "Item"
},
{
"$ref": "37"
}
],
"IconStores": [
{
"$id": "38",
"Id": 1,
"Type": 0,
"Title": "sample string 2",
"Photo": "QEA=",
"Created": "2026-02-04T04:14:47.8971191+01:00",
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"ImageToShow": "QEA=",
"PhotoURL": "data:image/png;base64,QEA="
},
{
"$ref": "38"
}
],
"ItemLanguageTexts": [
{
"$id": "39",
"Id": "d35222e0-844d-4424-ae4b-e1b8eb72f82a",
"ItemId": "e2096b06-3b55-4aa9-871b-70250cd046d2",
"LanguageId": 3,
"Name": "sample string 4",
"ShortDescription": "sample string 5",
"LongDescription": "sample string 6",
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "39"
}
],
"MenuSchedules": [
{
"$id": "40",
"Id": "143c3e2a-3582-43fe-94ca-d4c629ffa0a2",
"PriceListId": "b2c8d8e9-0ef4-4bb7-8d37-7e1cf3661ed6",
"Name": "sample string 3",
"Action": "sample string 4",
"StartAt": "sample string 5",
"EndAt": "sample string 6",
"DaysOfWeek": "sample string 7",
"IsActive": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "40"
}
],
"MenuScheduleEntities": [
{
"$id": "41",
"Id": "96b8b0f8-cb2e-44f8-90d2-92c7223a9fc7",
"MenuScheduleId": "2e1597b2-7436-4744-9122-0a619a24c987",
"EntityId": "sample string 3",
"EntityType": 0,
"IsActive": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00"
},
{
"$ref": "41"
}
]
}