v1
latestOpenAPI 3.1.02026-08-06911,228852.2 KBItems
Get All Items
Returns the items for a specific business location. Supports searching by accountingGroupId, name, sku, or itemIds.
get/items/v1/items
Query parameters
businessLocationIdinteger required
The unique identifier for the business location.
Example:45454565682155
skustring
A stock keeping unit.
Example:UGG-BB-PUR-06
namestring
The name of the item.
Example:Burger
accountingGroupIdinteger
The unique identifier for the accounting group.
Example:44874545485
itemIdsinteger[]
Optional list of item IDs to retrieve. When provided, offset and amount are ignored; all matching items are returned.
offsetinteger
Offset allows you to retrieve a subset of records starting from a specified position in the dataset. Offset normally works with amount, which designates how many records to retrieve, starting from the offset position.
Example:10
amountinteger
The number of results to return with each request.
Example:10
Response
Item found
Example response
{
"id": 3012455645,
"name": "Burger",
"docketName": "The Burger",
"sku": "UGG-BB-PUR-06",
"active": true,
"barcode": "00000001",
"barcodes": [
"10011101100"
],
"accountingGroup": {
"id": 40570261078058,
"name": "Alcoholic beverages"
},
"statisticGroups": [
{
"category": "default",
"value": "Food"
}
],
"costPrice": 5,
"prices": [
{
"amount": 10,
"name": "Tuesday Special"
}
],
"sharingType": "SHARED",
"priceMode": "POSITIVE_OPEN_PRICE",
"inventorySource": "PURCHASED",
"contentDimension": "MASS",
"contentUom": "kg",
"contentValue": 1,
"itemType": "ITEM"
}