Path parameters
-
id integer(int64) Required
Query parameters
-
businessLocationId integer(int64) Required
the id of the businessLocation
GET /items/v1/items/{id}
curl \
-X GET https://api.trial.lsk.lightspeed.app/items/v1/items/3012455645?businessLocationId=45454565682155 \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"accountingGroup": {
"id": 42,
"name": "string"
},
"active": true,
"barcode": "string",
"contentDimension": "DIMENSION_LESS",
"contentUom": "string",
"contentValue": 42.0,
"costPrice": 42.0,
"disabled": true,
"docketName": "string",
"id": 42,
"inventorySource": "PURCHASED",
"itemType": "ITEM",
"name": "string",
"priceMode": "AMOUNT",
"prices": [
{
"amount": 42.0,
"name": "string"
}
],
"sharingType": "GLOBAL_NO_BL",
"sku": "string",
"statisticGroups": [
{
"category": "string",
"value": "string"
}
]
}