Amazon Outposts · Schema

Order

Information about an order.

Edge ComputingHybrid CloudInfrastructureOn-Premises

Properties

Name Type Description
OutpostId object
OrderId object
Status object
LineItems object
PaymentOption object
OrderSubmissionDate object
OrderFulfilledDate object
PaymentTerm object
OrderType object
View JSON Schema on GitHub

JSON Schema

openapi-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-outposts/refs/heads/main/json-schema/openapi-order-schema.json",
  "title": "Order",
  "description": "Information about an order.",
  "type": "object",
  "properties": {
    "OutpostId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OutpostIdOnly"
        },
        {
          "description": " The ID of the Outpost in the order. "
        }
      ]
    },
    "OrderId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderId"
        },
        {
          "description": "The ID of the order."
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderStatus"
        },
        {
          "description": "<p>The status of the order.</p> <ul> <li> <p> <code>PREPARING</code> - Order is received and being prepared.</p> </li> <li> <p> <code>IN_PROGRESS</code> - Order is either being built, shipped, or installed. To get more details, see the line item status.</p> </li> <li> <p> <code>COMPLETED</code> - Order is complete.</p> </li> <li> <p> <code>CANCELLED</code> - Order is cancelled.</p> </li> <li> <p> <code>ERROR</code> - Customer should contact support.</p> </li> </ul> <note> <p>The following status are deprecated: <code>RECEIVED</code>, <code>PENDING</code>, <code>PROCESSING</code>, <code>INSTALLING</code>, and <code>FULFILLED</code>. </p> </note>"
        }
      ]
    },
    "LineItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LineItemListDefinition"
        },
        {
          "description": "The line items for the order"
        }
      ]
    },
    "PaymentOption": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaymentOption"
        },
        {
          "description": "The payment option for the order."
        }
      ]
    },
    "OrderSubmissionDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ISO8601Timestamp"
        },
        {
          "description": "The submission date for the order."
        }
      ]
    },
    "OrderFulfilledDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ISO8601Timestamp"
        },
        {
          "description": "The fulfillment date of the order."
        }
      ]
    },
    "PaymentTerm": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaymentTerm"
        },
        {
          "description": "The payment term."
        }
      ]
    },
    "OrderType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrderType"
        },
        {
          "description": "The type of order."
        }
      ]
    }
  }
}

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/openapi-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 email required.

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