Lightspeed · JSON Structure

Retail R Series Account Structure

A Lightspeed Retail R-Series account.

Type: object Properties: 3
POSRetailRestaurantEcommerce

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

Properties

accountID name link

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-account-structure.json",
  "name": "Account",
  "description": "A Lightspeed Retail R-Series account.",
  "type": "object",
  "properties": {
    "accountID": {
      "type": "string",
      "description": "Unique numeric account identifier."
    },
    "name": {
      "type": "string",
      "description": "Account / business name."
    },
    "link": {
      "type": "string",
      "description": "API self-link for the account."
    }
  }
}