Lightspeed · JSON Structure

Retail X Series Product Structure

Product schema from Lightspeed Retail X-Series API

Type: object Properties: 9
POSRetailRestaurantEcommerce

Product is a JSON Structure definition published by Lightspeed, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id source_id handle sku name description price_excluding_tax brand_id active

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/retail-x-series-product-structure.json",
  "name": "Product",
  "description": "Product schema from Lightspeed Retail X-Series API",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid"
    },
    "source_id": {
      "type": "string"
    },
    "handle": {
      "type": "string"
    },
    "sku": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "price_excluding_tax": {
      "type": "float"
    },
    "brand_id": {
      "type": "uuid"
    },
    "active": {
      "type": "boolean"
    }
  }
}