Lightspeed · JSON Structure

Retail R Series Vendor Structure

A vendor (supplier) of inventory items.

Type: object Properties: 4
POSRetailRestaurantEcommerce

Vendor 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

vendorID name accountNumber contactID

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-vendor-structure.json",
  "name": "Vendor",
  "description": "A vendor (supplier) of inventory items.",
  "type": "object",
  "properties": {
    "vendorID": {
      "type": "string",
      "description": "Unique vendor identifier."
    },
    "name": {
      "type": "string",
      "description": "Vendor name."
    },
    "accountNumber": {
      "type": "string",
      "description": "Merchant account number with the vendor."
    },
    "contactID": {
      "type": "string",
      "description": "Identifier of the related contact record."
    }
  }
}