/orders/count
GET {{baseUrl}}/orders/count?archived=<integer>&status=<integer>&from=<string>&to=<string>
Returns a count of the orders
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | 0 if the results should contain regular orders, 1 if the results should contain archived orders | |
status | string | The ID of the order status | |
from | string | The date that returned orders should be after. This should be a UNIX timestamp | |
to | string | The date that returned orders should be before. This should be a UNIX timestamp |
RESPONSES
status: OK
{"count":"\u003cinteger\u003e"}