# Get All Items **GET /items/v1/items** Returns the items for a specific business location. Supports searching by [`accountingGroupId`](#operation-getitems-accountinggroupid), [`name`](#operation-getitems-name), or [`sku`](#operation-getitems-sku). ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **sku** (string) A stock keeping unit. - **name** (string) The name of the item. - **accountingGroupId** (integer(int64)) The unique identifier for the accounting group. - **offset** (integer(int64)) Offset allows you to retrieve a subset of records starting from a specified position in the dataset. Offset normally works with [`amount`](#operation-getitems-amount), which designates how many records to retrieve, starting from the offset position. - **amount** (integer(int64)) The number of results to return with each request. ## Responses ### 200: Item found #### Body Parameters: application/json (object) - **id** (integer(int64)) The unique identifier for the item. - **name** (string) The name of the item. - **docketName** (string) The name used in the docket for the item. - **sku** (string) A stock keeping unit. - **active** (boolean) Indicates whether or not the item is archived from the menu. - **barcode** (string) The item barcode. - **barcodes** (array[string]) A list of barcodes associated with the item. - **accountingGroup** (object) The accounting group associated with the item. - **statisticGroups** (array[object]) List of statistic groups associated with the item. - **costPrice** (number) The cost price of the item. - **prices** (array[object]) List of prices associated with the item. - **sharingType** (string) How the item is shared. - **priceMode** (string) The type of price for the item. - **inventorySource** (string) Source of inventory for the item. - **disabled** (boolean) Whether or not stock management is disabled for the item. - **contentDimension** (string) How the item is measured for stock management. - **contentUom** (string) The unit of measure of the item for stock management. - **contentValue** (number) The measurement value. - **itemType** (string) Type of the item. ### 400: Constraint violation #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) ### 404: Not Found #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) [Powered by Bump.sh](https://bump.sh)