Lightspeed · JSON Structure

Restaurant K Series Ape Skus Request Structure

apeSkusRequest schema from Lightspeed Restaurant K Series API

Type: object Properties: 1 Required: 1
POSRetailRestaurantEcommerce

apeSkusRequest is a JSON Structure definition published by Lightspeed, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

skus

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-ape-skus-request-structure.json",
  "name": "apeSkusRequest",
  "description": "apeSkusRequest schema from Lightspeed Restaurant K Series API",
  "type": "object",
  "properties": {
    "skus": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "SKU1"
      },
      "minItems": 1,
      "maxItems": 50,
      "description": "List of SKUs to return."
    }
  },
  "required": [
    "skus"
  ]
}