out:OrderSummary
An entry in a list of orders.
| Property | Description | Type | Details |
|---|---|---|---|
| Id | The ID assigned to the order. | string | - |
| DateTime | The date/time the order was created. | ISO 8601 date | - |
| Optional customer e-mail address, if supplied with the order. | string | - | |
| Username | Optional customer username, if supplied with the order. | string | - |
| Status | The status of the order. | OrderStatus | - |
| Url | The REST API URL from which to GET the full order data. | string | - |