Lightspeed · JSON Structure

Retail X Series Customer Structure

Customer schema from Lightspeed Retail X-Series API

Type: object Properties: 6
POSRetailRestaurantEcommerce

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

Properties

id first_name last_name email phone customer_code

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-customer-structure.json",
  "name": "Customer",
  "description": "Customer schema from Lightspeed Retail X-Series API",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "customer_code": {
      "type": "string"
    }
  }
}