# Get Item by ID **GET /items/v1/items/{id}** Returns the details of a specific item. ## 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 #### Path parameters - **id** (integer(int64)) The unique identifier for the item. #### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ## 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. ### 404: Item not found #### Body Parameters: */* (object) - **status** (string) - **timestamp** (string(date-time)) - **message** (string) - **apiSubExceptions** (array[object]) [Powered by Bump.sh](https://bump.sh)