Products/Items (Menu Items)
API Key and Store id that can be used in staging environment.
Store_id: 5c5981496bcf7500013afeb0
API Key: rna4etAXd11XRqbMTcNnWca216daxiFE
Getting inventory menu item list of a store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/menuItems
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/menuItems"
queryParms
?page=1 => [paging no]
?search=true => [null]
?status=true => [active menu items list]
?status=false => [inactive menu items list]
Creating a menu item.
Method | Type | Description |
---|---|---|
name | String | Name of the menu item. |
categoryLevel | String | Category level-1: Category, Category level-2: SubCategory. |
includedModifiers | []includedModifiers | Included modifier groups. |
taxes | []bson.ObjectId | Taxes that are applicable over the menu item. |
optionalModifierGroups | []MandatoryModifierGroups | Optional modifier groups. |
category | []bson.ObjectId | Category id. |
mandatoryModifierGroups | []MandatoryModifierGroups | Optional modifier groups. |
isRestrictToTime(Optional) | Bool | True if there is a restriction time setting. |
isRestrictToDays(Optional) | Bool | True if there is a restriction days setting. |
isRestrictToMonths(Optional) | Bool | True if there is a restriction months setting. |
months(Optional) | String | Restriction month(s). |
daysOfWeek(Optional) | String | Restriction day(s) of the week. |
daysOfMonth(Optional) | String | Restriction day(s) of the month. |
kitchenPrinters(Optional) | []bson.ObjectId | List of kitchen printers attached to this category. |
servingSizePrices | []servingSizePrices | Serving sizes & their prices for the menu item. |
labelPrinters(Optional) | []bson.ObjectId | List of label printers attached to this category. |
restrictPrinters(Optional) | []String | Printer restrictions for that menu item. |
includeDefaultOptionalGroups | Bool | True if default optional groups are included. |
includeDefaultMandGroups | Bool | True if default mandatory groups are included. |
overrideFreeNToppings | Bool | True if price overriding after N toppings |
timeApplicableType | Time | Time for which the menu item is applicable: Always, Days of the week, Days of the month, Date range, Specific date or start date time & end date time will be specified. |
measureType | String | Measure type of the menu item. |
buttonColor | String | Button color selection for the menu item. |
includeDefaultTaxes | Bool | True if default taxes are included. |
imageAvailable(Optional) | Bool | True if image available for category. |
imageExtension(Optional) | String | Image extension type. |
imageVersion(Optional) | Int64 | Category image version. |
firstFreeNToppings | Int | First free N toppings. |
sslLength | Int | SSL length. |
isConventional(Conversational) | Bool | True if menu item is conversational. |
includeDefaultPrinters | Bool | True if default printers are included. |
includeLabelDefaultPrinters | Bool | True if default label printers are included. |
includeRestrictDefaultPrinters | Bool | True if default restrict printers are included. |
list86(Optional) | Bool | True if 86 List option is selected. |
createdAt | Int | Which store created the menu item. |
createdFor | bson.String | Store id for which the menu item is created. |
ownedBy | bson.String | Account id related to the Store by whom the menu item is created. |
Serving Size Prices [servingSizePrices]
Method | Type | Description |
---|---|---|
orderSequence | Int8 | Floor Order Sequence, to display floors in order. |
servingSize | bson.ObjectId | Serving size (id). |
name | Int8 | Serving size name. |
priceStr | String | Serving size price in string. |
curl -X POST \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{"name":"Mexican Burger",
"categoryLevel":1,
"includedModifiers":[],
"taxes":["5c5981496bcf7500013afee4"],
"optionalModifierGroups":[],
"category":"5df899788e742c00014a839e",
"mandatoryModifierGroups":[],
"isRestrictToTime":false,
"isRestrictToDays":false,
"isRestrictToMonths":false,
"months":[],
"daysOfWeek":[],
"daysOfMonth":[],
"kitchenPrinters":["5df796dae1fcaa0001ad4e75","5dcba98a25bb6b0001dc3257"],
"servingSizePrices":[{"orderSequence":0,"errCheck":0,"servingSize":"5c5981496bcf7500013afede","err":"","ordinalErr":"","orderSeqErr":0,"name":"MEDIUM","priceStr":"200.00"}],
"labelPrinters":[],
"restrictPrinters":[],
"includeDefaultOptionalGroups":true,
"includeDefaultMandGroups":true,
"overrideFreeNToppings":false,
"timeApplicableType":"Always",
"measureType":"Menu Item",
"buttonColor":"#578c25",
"includeDefaultTaxes":true,
"imageAvailable":false,
"imageExtension":"",
"firstFreeNToppings":0,
"includeDefaultPrinters":true,
"includeLabelDefaultPrinters":true,
"includeRestrictDefaultPrinters":true,
"sslLength":1,
"isConventional":true,
"createdAt":2,
"createdFor":"5c5981496bcf7500013afeb0",
"ownedBy":"5c5981496bcf7500013afeb2"}' \
"https://api.lingaros.com/v1/lingapos/menuItem" \
Updating a menu item.
URL:http://api.lingaros.com/v1/lingapos/menuItem/{menu-item-id}
Method | Type | Description |
---|---|---|
activeStatus | Bool | Menu item activity status. |
buttonColor | String | Menu item button color. |
category | bson.ObjectId | Category id. |
chitName | String | Menu item chit name. |
cutAndModify | Bool | Denotes if menu item is customizable. |
defaultTare | bson.ObjectId | Tare group id. |
description | String | Description of the menu item. |
doNotShowButton | Bool | Button showing option. |
ebtMenuItem | Bool | Denotes if menu item is an EBT menu item or not. |
externalRetailID | String | Retail item external id. |
hideMenuItemInKiosk | Bool | Denotes if menu item is hidden or not in kiosk. |
hideMenuItemInZenpepper | Bool | Denotes if menu item is hidden or not in Zenpepper. |
id | []bson.ObjectId | Menu item id. |
imageAvailable | Bool | True if an image is available for the menu item. |
imageExtension | String | Image extension type. |
imageUrl | String | URL of the image. |
imageVersion | Int64 | Menu item image version. |
includedModifiers | []IncludedModifiers | Included modifier groups. |
isConventional | Bool | True if the menu item is conventional. |
kitchenPrinters(Optional) | []bson.ObjectId | List of printers attached to this menu item. |
labelPrinters(Optional) | []bson.ObjectId | List of label printers attached to this category. |
list86(Optional) | Bool | True if 86 List option is selected. |
localName(Optional) | String | Menu item local name. |
mandatoryModifierGroups | []MandatoryModifierGroup | Mandatory modifier groups. |
name | String | Menu item name. |
optionalModifierGroups | []OptionalModifierGroup | Optional modifier groups. |
originalID | bson.ObjectId | Menu item original id. |
pluCode(Optional) | String | Plu code for menu item. |
priceLevelSettings(Optional) | Bool | True if price level is preferred to set. |
restrictPrinters(Optional) | []String | Printer restrictions for that menu item. |
servingSizePrices | []servingSizePrices | Serving sizes & their prices for the menu item. |
sku | String | Sku code number for the menu item. |
skuCodes | []String | Sku codes for the menu item. |
tareGroup | []bson.ObjectId | Menu item name. |
taxes | []bson.ObjectId | Taxes that are applicable over menu item. |
timeApplicableType | Time | Time for which the menu item is applicable: Always, Days of the week, Days of the month, Date range, Specific date or start date time & end date time will be specified. |
includeDefaultOptionalGroups | Bool | True if default optional groups are included. |
includeDefaultMandGroups | Bool | True if default mandatory groups are included. |
includeDefaultPrinters | Bool | True if default printers are included. |
categoryLevel | String | Category level-1: Category, Category level-2: SubCategory. |
startTime | Time | If a restriction in time is set, when the menu item restriction starts. |
endTime | Time | If a restriction in time is set, when the menu item restriction ends. |
sslLength | Int | SSL length. |
includedModifiersLength | Int | Included modifiers length. |
createdAt | Int | Which store created the menu item. |
createdFor | bson.String | Store id for which the menu item is created. |
ownedBy | bson.String | Account id related to the Store by whom the menu item is created. |
Serving Size Prices [servingSizePrices]
Method | Type | Description |
---|---|---|
orderSequence | Int8 | Floor Order Sequence, to display floors in order. |
servingSize | bson.ObjectId | Serving size (id). |
name | Int8 | Serving size name. |
priceStr | String | Serving size price in string. |
curl -X PUT \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{"activeStatus":true,
"buttonColor":"#2980B9",
"category":"5df899788e742c00014a839e",
"chitName":"",
"cutAndModify":false,
"defaultTare":"",
"description":"",
"doNotShowButton":false,
"ebtMenuItem":false,
"externalRetailID":"",
"hideMenuItemInKiosk":false,
"hideMenuItemInZenpepper":false,
"id":
"5df8c1438e742c00014a8a03",
"imageAvailable":false,
"imageExtension":"",
"imageUrl":"/menuItem/5df8c1438e742c00014a8a03/image",
"imageVersion":0,
"includedModifiers":[],
"isConventional":true,
"kitchenPrinters":["5df796dae1fcaa0001ad4e75","5dcba98a25bb6b0001dc3257","5dfa27586c38720001829f23"],
"labelPrinters":[],
"list86":false,
"localName":"",
"mandatoryModifierGroups":[],
"maxCutFraction":0,
"measureType":"Menu Item",
"meitoMenuItem":false,
"name":"KambathuBurger","
optionalModifierGroups":[],
"originalID":"5df8c1438e742c00014a8a03",
"pluCode":"",
"priceLevelSettings":false,
"restrictPrinters":[],
"servingSizePrices":[{"displayPrice":"₹250.00","name":"LARGE","orderSequence":0,"price":25000,"priceLevels":[],"priceStr":"250.00","servingSize":"5c5981496bcf7500013afedf","errCheck":0}],
"sku":"",
"skuCodes":[],
"tareGroup":"",
"taxes":["5c5981496bcf7500013afee4"],
"timeApplicableType":"Always",
"includeDefaultOptionalGroups":false,
"includeDefaultMandGroups":false,
"includeDefaultPrinters":false,
"categoryLevel":1,
"startTime":"",
"endTime":"",
"sslLength":1,
"includedModifiersLength":0,
"createdAt":2,
"createdFor":"5c5981496bcf7500013afeb0",
"ownedBy":"5c5981496bcf7500013afeb2"}' \
"https://api.lingaros.com/v1/lingapos/menuItem/{menu-item-id}" \
Inactivating a menu item.
URL:http://api.lingaros.com/v1/lingapos/menuItem/{menu-item-id}/inactivate
Method | Type | Description |
---|---|---|
entity | String | Name of the entity. |
id | String | Menu item id. |
curl -X POST \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{
"entity":"menuItem",
"id":"5df8b9288e742c00014a86f1"
}' \
"https://api.lingaros.com/v1/lingapos/menuItem/{menu-item-id}/inactivate" \
Updating image of menu item
URL:http://api.lingaros.com/v1/lingapos/menuItem/{menu-item-id}/image
Data | Type | Description |
---|---|---|
image | Binary | Binary image file |
curl --location --request PUT 'http://api.lingaros.com/v1/lingapos/menuItem/{menu-item-id}/image' \
--header 'apikey: generated-api-key' \
--form 'image={binary-image}'
Creating a new retail item.
Method | Type | Description |
---|---|---|
menuItem | []bson.ObjectId | Menu item details. |
inventoryItem | []bson.ObjectId | Inventory item details. |
skuCodeLength | Int | Sku code length. |
createdFor | bson.ObjectId | Store id for which the menu item is created. |
ownedBy | bson.ObjectId | Account id related to the Store by whom the menu item is created. |
createdAt | Int | Which store created the menu item. |
Menu Item [menuItem]
Method | Type | Description |
---|---|---|
name | String | Name of the menu item. |
level | String | Category level. |
category | bson.ObjectId | Category id. |
sku | String | Sku code number for the menu item. |
skuCodes | []String | Sku codes for the menu item. |
servingSizePrices | []servingSizePrice | Serving sizes & their prices for the menu item. |
taxes | []bson.ObjectId | Taxes that are applicable over menu item. |
buttonColor(Optional) | String | Button color selection for the menu item. |
timeApplicableType | String | Time for which the retail item is applicable: Always, Days of the week, Days of the month, Date range, Specific date or start date time & end date time will be specified. |
daysOfWeek(Optional) | []DaysOfWeek | Which day(s) of the week the retail item is restricted. |
daysOfMonth(Optional) | []DaysOfMonth | Which day(s) of the month the retail item is restricted. |
months(Optional) | String | Restriction month(s). |
startTime(Optional) | String | If a restriction in time is set, when the menu item restriction starts. |
endTime(Optional) | String | If a restriction in time is set, when the menu item restriction ends. |
categoryLevel | String | Category level-1: Category, Category level-2: SubCategory. |
marginPercentage | Int | Margin percentage. |
includeDefaultTaxes | Bool | True if default taxes are included. |
subCategory | bson.ObjectId | Subcategory id. |
sslLength | Int | SSL length. |
doNotShowButton(Optional) | Bool | Button showing option. |
ebtMenuItem(Optional) | Bool | Denotes if menu item is an EBT menu item or not. |
hideMenuItemInKiosk(Optional) | Bool | Denotes if menu item is hidden or not in kiosk. |
Serving Size Prices [servingSizePrices]
Method | Type | Description |
---|---|---|
servingSize | bson.ObjectId | Serving size id. |
price | Int | Price for serving size. |
errCheck | Int | |
priceStr | String | Serving size price in string. |
Inventory Item [inventoryItem]
Method | Type | Description |
---|---|---|
category | bson.ObjectId | Category id. |
primaryStorage | bson.ObjectId | Primary storage id. |
inventoryUnit | bson.ObjectId | Inventory unit id. |
minInventoryUnit | Int | Minimum inventory count. |
vendor | bson.ObjectId | Vendor id. |
brandName | String | Inventory item brand name. |
receivingQuantity | String | Receiving quantity. |
price | Int | Price of the inventory item. |
priceStr | String | Price of the inventory item in string. |
curl -X POST \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{"menuItem":{"name":"New Retail Item1",
"level":0,
"category":"5df899788e742c00014a839e",
"sku":"",
"skuCodes":["12345"],
"servingSizePrices": [{"servingSize":"5c5981496bcf7500013afedc",
"price":null,
"errCheck":0,
"priceStr":"231.00"}],
"taxes":["5c5981496bcf7500013afee4"],
"buttonColor":"#2980B9",
"timeApplicableType":"Always",
"daysOfWeek":[],
"daysOfMonth":[],
"months":[],
"startDate":"",
"endDate":"",
"isRestrictToTime":false,
"isRestrictToDays":false,
"isRestrictToMonths":false,
"startTime":"",
"endTime":"",
"categoryLevel":1,
"marginPercentage":10,
"includeDefaultTaxes":true,
"subCategory":"",
"sslLength":1,
"doNotShowButton":false,
"ebtMenuItem":true,
"hideMenuItemInKiosk":false},
"inventoryItem":{"category":"5c598154ed60940001c9be25",
"primaryStorage":"5e0213e6fdbeb9000141c107",
"inventoryUnit":"5c598154ed60940001c9be18",
"minInventoryCount":0,
"vendor":"5c598154ed60940001c9be27",
"brandName":"",
"receivingQuantity":1,
"price":0,
"priceStr":"210.00"},
"skuCodeLength":1,
"createdFor":"5c5981496bcf7500013afeb0",
"ownedBy":"5c5981496bcf7500013afeb2",
"createdAt":2}' \
"https://api.lingaros.com/v1/lingapos/retailItem" \
Updating a new retail item.
URL:http://api.lingaros.com/v1/lingapos/retailItem/{retail-item-id}
Method | Type | Description |
---|---|---|
activeStatus | Bool | Denotes activity status of retail items. |
id | bson.ObjectId | Retail item id. |
inventoryItem | []bson.ObjectId | Inventory item details. |
menuItem | []bson.ObjectId | Menu item details. |
originalID | bson.ObjectId | Retail item original ID. |
skuCodeLength | Int | Menu item details. |
createdFor | bson.ObjectId | Store id for which the menu item is created. |
ownedBy | bson.ObjectId | Account id related to the Store by whom the menu item is created. |
createdAt | Int | Which store created the menu item. |
Inventory Item [inventoryItem]
Method | Type | Description |
---|---|---|
brandName | String | Inventory item brand name. |
category | bson.ObjectId | Inventory item category id. |
costPriceBasedCOGS | bson.ObjectId | Denotes if COGS is cost price based. |
id | bson.ObjectId | Inventory item id. |
inventoryUnit | bson.ObjectId | Unit id of the inventory item. |
minInventoryUnit | Int | Minimum inventory count. |
price | Int | Inventory item price. |
pricePerUnit | Int | Inventory item price per unit. |
pricePerUnitStr | String | Inventory item price per unit in string. |
priceStr | Int | Inventory item price. |
primaryStorage | bson.ObjectId | Primary storage id. |
purchaseUnitMultiplier | Int | Purchase unit multiplier. |
receivingQuantity | Int | Receiving quantity. |
recipeUnitMultiplier | Int | Multiplier for recipe unit. |
secondaryStorage | bson.ObjectId | Secondary storage id. |
sellingPrice | Int | Inventory item selling price. |
sellingPriceStr | String | Inventory item selling price in string. |
vendor | bson.ObjectId | Vendor id. |
recipeUnit | String | Recipe unit id. |
purchaseUnit | String | Purchase unit id. |
Menu Item [menuItem]
Method | Type | Description |
---|---|---|
buttonColor(Optional) | String | Button color selection for the menu item. |
category | bson.ObjectId | Category id. |
categoryLevel | String | Category level-1: Category, Category level-2: SubCategory. |
cost | String | Cost of the menu item. |
costStr | String | Cost of the menu item in string. |
doNotShowButton(Optional) | Bool | Button showing option. |
ebtMenuItem(Optional) | Bool | Denotes if menu item is an EBT menu item or not. |
hideMenuItemInKiosk(Optional) | Bool | Denotes if menu item is hidden or not in kiosk. |
hideInZenpepper(Optional) | Bool | Denotes if category is hidden or not in Zenpepper. |
imageAvailable(Optional) | Bool | True if image available for category. |
imageExtension(Optional) | String | Image extension type. |
imageVersion(Optional) | Int64 | Category image version. |
inventoryUnit | bson.ObjectId | Inventory unit id. |
level | String | Category level. |
localName | String | Menu item local name. |
marginPercentage | Int | Margin percentage. |
menuItemId | bson.ObjectId | Menu item id. |
name | String | Name of the retail item. |
overRidePrice(Optional) | Bool | Denotes if price is overridden. |
price | Int | Price of the inventory item. |
priceStr | String | Price of the inventory item. |
sellingRatio | Int | Inventory item selling ratio. |
servingSizePrices | []ServingSizePrice | Inventory item serving size details. |
sku | String | Sku code of the inventory item. |
skuCodes | []String | Sku codes of the inventory item. |
taxes | []bson.ObjectId | Taxes applied to the inventory item. |
timeApplicableType | String | Time applicability for the inventory item. |
unitName | String | Unit name of the inventory item. |
includeDefaultTaxes | Bool | True if default taxes are included. |
includeDefaultPrinters | Bool | True if default taxes are included. |
sslLength | Int | SSL length. |
curl -X PUT \
-H "apikey: generated-api-key" \
-H "Content-Type: application/json" \
-d '{"activeStatus":true,
"id":"5e0214370f2637000127cb77",
"inventoryItem":{
"brandName":"none",
"category":"5c598154ed60940001c9be25",
"costPriceBasedCOGS":false,
"id":"5e021439fdbeb9000141c109",
"inventoryUnit":"5c598154ed60940001c9be18",
"minInventoryCount":0,
"price":21000,
"pricePerUnit":21000,
"pricePerUnitStr":"210.00",
"priceStr":"210.00",
"primaryStorage":"5e0213e6fdbeb9000141c107",
"purchaseUnitMultiplier":1,
"receivingQuantity":1,
"recipeUnitMultiplier":1,
"secondaryStorage":"5e0213e6fdbeb9000141c107",
"sellingPrice":21000,
"sellingPriceStr":"210.00",
"vendor":"5c598154ed60940001c9be27",
"recipeUnit":"5c598154ed60940001c9be18",
"purchaseUnit":"5c598154ed60940001c9be18"},
"menuItem"{
"buttonColor":"#2980B9",
"category":"5df899788e742c00014a839e",
"categoryLevel":1,
"cost":0,
"costStr":"0.00",
"doNotShowButton":false,
"ebtMenuItem":true,
"hideMenuItemInKiosk":false,
"hideMenuItemInZenpepper":false,
"imageAvailable":false,
"imageExtension":"",
"imageVersion":0,
"inventoryUnit":"",
"level":0,
"localName":"",
"marginPercentage":10,
"menuItemID":"5e0214390f2637000127cb78",
"name":"New Retail Item1",
"overRidePrice":false,
"parentID":"",
"price":0,
"priceStr":"0.00",
"sellingRatio":0,
"servingSizePrices":[
{"displayPrice":"₹231.00",
"name":"EACH",
"price":23100,
"priceLevels":[],
"priceStr":"231.00",
"servingSize":"5c5981496bcf7500013afedc",
"errCheck":0}],
"sku":"12345",
"skuCodes":["12345"],
"taxes":["5c5981496bcf7500013afee4"],
"timeApplicableType":"Always",
"unitName":"",
"includeDefaultTaxes":true,
"includeDefaultPrinters":false,
"sslLength":1},
"originalID":"5e0214370f2637000127cb77",
"skuCodeLength":1,
"createdFor":"5c5981496bcf7500013afeb0",
"ownedBy":"5c5981496bcf7500013afeb2",
"createdAt":2}' \
"https://api.lingaros.com/v1/lingapos/retailItem/{retail-item-id}" \
Getting default printers.
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/defaultPrinters"
queryParms
?printerType=KitchenPrinter => [Printer type]
Getting service types by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/getServiceTypesByStore
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/getServiceTypesByStore"
Getting label printers by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/labelPrinters
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/labelPrinters"
Getting tares by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/tare
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/tare"
Getting kitchen printers by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/kitchenPrinters
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/kitchenPrinters"
Getting active modifier groups by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeModifierGroups
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeModifierGroups"
Getting active modifiers by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeModifiers
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeModifiers"
Getting active taxes applied to items, by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeTaxes
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeTaxes"
queryParms
?ApplyTo=Item => [Denotes taxes applied to which unit]
Getting active categories by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeCategories
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeCategories"
Getting active item service charge by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/getActiveItemServiceCharge
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/getActiveItemServiceCharge"
Getting active sub categories by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeSubCategories
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeSubCategories"
Getting active departments by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeDepartments
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeDepartments"
Getting active courses by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeCourses
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeCourses"
Getting active serving size levels by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeServingSizeLevels
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeServingSizeLevels"
Getting master menu items by store.
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/masterMenuItems
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/masterMenuItems"
Getting a category by id.
URL:https://api.lingaros.com/v1/lingapos/category/{category-id}
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/category/{category-id}"
Getting active storage locations by store token id. (Retail Item)
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeStorageLocations
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeStorageLocations"
queryParms
?inventoryLoginToken=db0f8d5950 => [Token id for logging to inventory]
Getting categories by inventory token id. (Retail Item)
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeCategories
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeCategories"
queryParms
?inventoryLoginToken=db0f8d5950934535a6e5785ab7471f7f => [Token id for logging to inventory]
Getting active vendors by inventory token id. (Retail Item)
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeVendors
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeVendors"
queryParms
?inventoryLoginToken=db0f8d5950934535a6e5785ab7471f7f => [Token id for logging to inventory]
Getting active in house units. (Retail Item)
URL:https://api.lingaros.com/v1/lingapos/store/{store-id}/activeInHouseUnits
curl -X GET -H "apikey: generated-api-key" \
"https://api.lingaros.com/v1/lingapos/store/{store-id}/activeInHouseUnits"
queryParms
?inventoryLoginToken=db0f8d5950934535a6e5785ab7471f7f => [Token id for logging to inventory]