Otter · Schema
OrderWithManagerInfo
An order placed by a customer with manager injection details
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| order | object | |
| injectionState | string | Current Manager injection state |
| orderCancelDetails | object | If canceled - specific details about why this order was canceled |
| injectionEvent | string | The order event that triggered order injection into manager |
| orderIssues | object | Issues encountered with this manager order |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "OrderWithManagerInfo",
"description": "An order placed by a customer with manager injection details",
"$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-order-with-manager-info-schema.json",
"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 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-order-with-manager-info"
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.