Lightspeed · Example Payload

Restaurant K Series Teckel Rich Item Dto Example

POSRetailRestaurantEcommerce

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

Top-level fields

businessIdskudescriptionsallergenCodes

Example Payload

Raw ↑
{
  "businessId": 454335871,
  "sku": "UGG-BB-PUR-06",
  "descriptions": [
    {
      "localeCode": "de",
      "description": "Das ist ein Test",
      "displayName": "Rich Item 1 DE"
    },
    {
      "localeCode": "en",
      "description": "This is a test for a rich item",
      "displayName": "Rich Item 1"
    }
  ],
  "allergenCodes": [
    "milk",
    "cereals"
  ]
}