Lightspeed · Example Payload

Restaurant K Series Items Api Update Item Dto Example

POSRetailRestaurantEcommerce

Restaurant K Series Items Api Update Item Dto Example is an example object payload from Lightspeed, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namebusinessLocationIddocketNameskuactivebarcodebarcodesaccountingGroupIdcostPricedefaultPricepriceMode

Example Payload

Raw ↑
{
  "name": "Burger",
  "businessLocationId": 45454565682155,
  "docketName": "The Burger",
  "sku": "UGG-BB-PUR-06",
  "active": true,
  "barcode": "10011101100",
  "barcodes": [
    "10011101100"
  ],
  "accountingGroupId": 462478248241,
  "costPrice": 5.0,
  "defaultPrice": 10,
  "priceMode": "PERCENT"
}