Store.Orders API documentation on SwaggerHub is incorrect
The API description on SwaggerHub says a date range can be specified with "From=<ISO8601>" and "To=<ISO8601>". This is INCORRECT. The actual parameter names are "$From" and "$To". Specifying the names as documented always returns ALL orders.
This also means that this API call cannot be tested from SwaggerHub. When using this API from Postman or Python code, "From" and "To" are ignored with no error. When attempting to use the API from SwaggerHub it always returns 403.