Lightspeed · JSON Structure

Retail R Series Manufacturer Structure

A manufacturer of inventory items.

Type: object Properties: 2
POSRetailRestaurantEcommerce

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

Properties

manufacturerID name

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-manufacturer-structure.json",
  "name": "Manufacturer",
  "description": "A manufacturer of inventory items.",
  "type": "object",
  "properties": {
    "manufacturerID": {
      "type": "string",
      "description": "Unique manufacturer identifier."
    },
    "name": {
      "type": "string",
      "description": "Manufacturer name."
    }
  }
}