/orders/count

GET {{baseUrl}}/orders/count?archived=<integer>&status=<integer>&from=<string>&to=<string>

Returns a count of the orders

Request Params

KeyDatatypeRequiredDescription
archivedstring0 if the results should contain regular orders, 1 if the results should contain archived orders
statusstringThe ID of the order status
fromstringThe date that returned orders should be after. This should be a UNIX timestamp
tostringThe date that returned orders should be before. This should be a UNIX timestamp

RESPONSES

status: OK

{&quot;count&quot;:&quot;\u003cinteger\u003e&quot;}