How can i get all orders in Magento with REST?
I want to get all orders in Magento with REST, and I am getting back a bad request every time. Here is the endpoint what I am hitting: Magento_host + /rest/V1/orders/searchCriteria=all The Authorization, and Content-type header is set up good,…