Otter · JSON Structure

Public Api Order With Manager Info Structure

An order placed by a customer with manager injection details

Type: object Properties: 5 Required: 3
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

OrderWithManagerInfo is a JSON Structure definition published by Otter, describing 5 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

order injectionState orderCancelDetails injectionEvent orderIssues

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/otter/refs/heads/main/json-structure/public-api-order-with-manager-info-structure.json",
  "name": "OrderWithManagerInfo",
  "description": "An order placed by a customer with manager injection details",
  "type": "object",
  "properties": {
    "order": {
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-order-schema.json"
    },
    "injectionState": {
      "type": "string",
      "description": "Current Manager injection state",
      "enum": [
        "UNKNOWN",
        "PENDING",
        "SUCCEEDED",
        "FAILED_ATTEMPT",
        "MANUAL_INJECTION_SUCCEEDED",
        "MANUAL_INJECTION_REQUIRED",
        "SUCCEEDED_WITH_UNLINKED_ITEM",
        "ORDER_CANCELED",
        "ORDER_CANCEL_FAILED",
        "ORDER_REJECTED",
        "ORDER_REJECT_FAILED",
        "RE_INJECTION_REQUESTED",
        "RE_INJECTION_PENDING"
      ],
      "example": "UNKNOWN"
    },
    "orderCancelDetails": {
      "nullable": true,
      "description": "If canceled - specific details about why this order was canceled",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-manager-order-cancel-details-schema.json"
    },
    "injectionEvent": {
      "type": "string",
      "description": "The order event that triggered order injection into manager",
      "enum": [
        "UNKNOWN",
        "ORDER_CREATE",
        "ORDER_ACCEPT",
        "ORDER_IMPORT",
        "ORDER_RE_INJECT"
      ],
      "example": "UNKNOWN"
    },
    "orderIssues": {
      "description": "Issues encountered with this manager order",
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-manager-order-issues-schema.json"
    }
  },
  "required": [
    "order",
    "injectionState",
    "injectionEvent"
  ]
}

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/public-api-order-with-manager-info-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 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.