Values.OrderSummarySourceA summary of line items in your order.
type nonrec t = {outpostId : OutpostIdOnly.t option;The ID of the Outpost.
*)orderId : OrderId.t option;The ID of the order.
*)orderType : OrderType.t option;The type of order.
*)status : OrderStatus.t option;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.
*)lineItemCountsByStatus : LineItemStatusCounts.t option;The status of all line items in the order.
*)orderSubmissionDate : ISO8601Timestamp.t option;The submission date for the order.
*)orderFulfilledDate : ISO8601Timestamp.t option;The fulfilment date for the order.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ] * [> `Integer of LineItemQuantity.t ]) list
| `String of OutpostIdOnly.t
| `Timestamp of ISO8601Timestamp.t ])
list ]