Result document of orders.
Property | Type | Constraints | Description |
---|---|---|---|
count
|
Integer | The number of returned documents. | |
data
|
[Order] | The array of customer address documents. | |
from
|
DateTime | The order search from date. This property follows the ISO8601 date time format: yyyy-MM-dd'T'HH:mmZ. The time zone of the date time is always UTC. | |
next
|
String | The URL of the next result page. | |
previous
|
String | The URL of the previous result page. | |
start
|
Integer | minIntegerValue=0 | The zero-based index of the first search hit to include in the result. |
status
|
Enum {created, new, open, completed, cancelled, replaced, failed} | The order search status specified in request. | |
total
|
Integer | The total number of documents. | |
until
|
DateTime | The order search until date. This property follows the ISO8601 date time format: yyyy-MM-dd'T'HH:mmZ. The time zone of the date time is always UTC. |