OrderSummary
A summary of line items in your order.
Contents
- LineItemCountsByStatus
-
The status of all line items in the order.
Type: String to integer map
Valid Keys:
PREPARING | BUILDING | SHIPPED | DELIVERED | INSTALLING | INSTALLED | ERROR | CANCELLED | REPLACED
Valid Range: Minimum value of 1.
Required: No
- OrderFulfilledDate
-
The fulfilment date for the order.
Type: Timestamp
Required: No
- OrderId
-
The ID of the order.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
oo-[a-f0-9]{17}$
Required: No
- OrderSubmissionDate
-
The submission date for the order.
Type: Timestamp
Required: No
- OrderType
-
The type of order.
Type: String
Valid Values:
OUTPOST | REPLACEMENT
Required: No
- OutpostId
-
The ID of the Outpost.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 20.
Pattern:
^op-[a-f0-9]{17}$
Required: No
- Status
-
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 theLineItem
status. -
COMPLETED
- Order is complete. -
CANCELLED
- Order is cancelled. -
ERROR
- Customer should contact support.
Note
The following statuses are deprecated:
RECEIVED
,PENDING
,PROCESSING
,INSTALLING
, andFULFILLED
.Type: String
Valid Values:
RECEIVED | PENDING | PROCESSING | INSTALLING | FULFILLED | CANCELLED | PREPARING | IN_PROGRESS | DELIVERED | COMPLETED | ERROR
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: