Block · Schema

Order

Represents an order for products and services.

CommerceCryptocurrencyE-CommerceFintechPaymentsPoint-of-SaleSquare

Properties

Name Type Description
id string Unique ID for this order.
location_id string The ID of the seller location that this order is associated with.
state string Current state of the order.
version integer Version number for optimistic concurrency control.
total_money object Total amount for the order.
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

block-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/block/main/json-schema/block-order-schema.json",
  "title": "Order",
  "description": "Represents an order for products and services.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique ID for this order.",
      "example": "CAISENgvlJ6jLWAzERDzjyHVybY"
    },
    "location_id": {
      "type": "string",
      "description": "The ID of the seller location that this order is associated with.",
      "example": "L1234567890"
    },
    "state": {
      "type": "string",
      "description": "Current state of the order.",
      "enum": ["OPEN", "COMPLETED", "CANCELED", "DRAFT"],
      "example": "OPEN"
    },
    "version": {
      "type": "integer",
      "description": "Version number for optimistic concurrency control.",
      "example": 1
    },
    "total_money": {
      "type": "object",
      "description": "Total amount for the order.",
      "properties": {
        "amount": { "type": "integer", "example": 3000 },
        "currency": { "type": "string", "example": "USD" }
      }
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:05:00Z"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "example": "2026-01-15T10:05:00Z"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/block-order"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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