{ "$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-summary-schema.json", "title": "OrderSummary", "description": " A summary of line items in your order. ", "type": "object", "properties": { "OutpostId": { "allOf": [ { "$ref": "#/components/schemas/OutpostIdOnly" }, { "description": " The ID of the Outpost. " } ] }, "OrderId": { "allOf": [ { "$ref": "#/components/schemas/OrderId" }, { "description": " The ID of the order. " } ] }, "OrderType": { "allOf": [ { "$ref": "#/components/schemas/OrderType" }, { "description": "The type of order." } ] }, "Status": { "allOf": [ { "$ref": "#/components/schemas/OrderStatus" }, { "description": "
The status of the order.
PREPARING - Order is received and is being prepared.
IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the LineItem status.
COMPLETED - Order is complete.
CANCELLED - Order is cancelled.
ERROR - Customer should contact support.
The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.