Lunchbox · JSON Structure

Pos Pos Order Structure

PosOrder schema from Lunchbox POS API

Type: object Properties: 9
RestaurantOnline OrderingGuest EngagementCateringMenusOrderLoyaltyEnterprise

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

Properties

pos_store_id order_id ready_ts service_type_id service_type status customer location charges

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-structure.json",
  "name": "PosOrder",
  "description": "PosOrder schema from Lunchbox POS API",
  "type": "object",
  "properties": {
    "pos_store_id": {
      "type": "string",
      "example": "123456"
    },
    "order_id": {
      "type": "string",
      "example": 1234
    },
    "ready_ts": {
      "type": "datetime",
      "example": "2023-07-25T06:00:00-04:00"
    },
    "service_type_id": {
      "type": "int32",
      "example": 1234
    },
    "service_type": {
      "type": "string",
      "example": "string"
    },
    "status": {
      "type": "object",
      "properties": {
        "is_finalized": {
          "type": "boolean"
        },
        "is_completed": {
          "type": "boolean"
        },
        "is_canceled": {
          "type": "boolean"
        }
      },
      "example": {}
    },
    "customer": {
      "type": "object",
      "properties": {
        "first_name": {
          "type": "string"
        },
        "last_name": {
          "type": "string"
        },
        "phone": {
          "type": "string"
        },
        "company_name": {
          "type": "string"
        },
        "customer_id": {
          "type": "int32"
        },
        "email": {
          "type": "string"
        }
      },
      "example": {}
    },
    "location": {
      "$ref": "#/components/schemas/PosOrderLocation"
    },
    "charges": {
      "type": "object",
      "properties": {
        "total_cents": {
          "type": "int32"
        },
        "subtotal_cents": {
          "type": "int32"
        },
        "tax_cents": {
          "type": "int32"
        },
        "delivery_cents": {
          "type": "int32"
        },
        "tip_cents": {
          "type": "int32"
        },
        "remaining_cents": {
          "type": "int32"
        }
      },
      "example": {}
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/pos-pos-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.