Lunchbox · JSON Structure

Pos Pos Order Location Structure

PosOrderLocation schema from Lunchbox POS API

Type: object Properties: 10
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

address1 address2 address3 city statecode zipcode province country phone instructions

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/lunchbox/refs/heads/main/json-structure/pos-pos-order-location-structure.json",
  "name": "PosOrderLocation",
  "description": "PosOrderLocation schema from Lunchbox POS API",
  "type": "object",
  "properties": {
    "address1": {
      "type": "string",
      "example": "1216 Broadway"
    },
    "address2": {
      "type": "string",
      "nullable": true,
      "example": "string"
    },
    "address3": {
      "type": "string",
      "nullable": true,
      "example": "string"
    },
    "city": {
      "type": "string",
      "example": "New York"
    },
    "statecode": {
      "type": "string",
      "example": "NY"
    },
    "zipcode": {
      "type": "string",
      "example": "10001"
    },
    "province": {
      "type": "string",
      "nullable": true,
      "example": "string"
    },
    "country": {
      "type": "string",
      "example": "US"
    },
    "phone": {
      "type": "string",
      "nullable": true,
      "example": "2125551411"
    },
    "instructions": {
      "type": "string",
      "example": "string"
    }
  }
}