Lightspeed · JSON Structure

Retail R Series Category Structure

An item category used to classify inventory.

Type: object Properties: 4
POSRetailRestaurantEcommerce

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

Properties

categoryID name parentID fullPathName

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-r-series-category-structure.json",
  "name": "Category",
  "description": "An item category used to classify inventory.",
  "type": "object",
  "properties": {
    "categoryID": {
      "type": "string",
      "description": "Unique category identifier."
    },
    "name": {
      "type": "string",
      "description": "Category name."
    },
    "parentID": {
      "type": "string",
      "description": "Identifier of the parent category."
    },
    "fullPathName": {
      "type": "string",
      "description": "Fully qualified category path."
    }
  }
}