Lightspeed · Example Payload

Restaurant K Series Ape Restricted Item Paginated Response Example

POSRetailRestaurantEcommerce

Restaurant K Series Ape Restricted Item Paginated Response Example is an example object payload from Lightspeed, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datametadata

Example Payload

Raw ↑
{
  "data": [
    {
      "sku": "SKU1",
      "count": 50,
      "updatedAt": "2025-07-08T14:20:00Z"
    }
  ],
  "metadata": {
    "warnings": [
      {
        "information": "example",
        "type": "example"
      }
    ],
    "current": {
      "page": 0,
      "pageSize": 50
    },
    "total": 1,
    "totalPages": 10
  }
}