Order API stopped working for sales channel

Hi thanks for the response. GET /orders.json?status=any returns { “orders”: }. Interestingly, I can read customers. But then when I try GET /customers/:id/orders.json I also get { “orders”: }. In both cases, I know there should be orders there. In the first, I know that these shops have orders in the last 60 days. In the second, I can see from GET /customers/:id.json that the customer was just created and just placed an order.

Surprisingly, there are a few shops we have pushed orders to. For those stores, I see only those orders we pushed in GET /orders.json?status=any.

Did something change to the ability for sales channels to read orders other than the orders that the app itself has created? We used to get orders/create webhooks for all orders on all shops that installed the app and we used to be able to do request all orders from the past 60 days via the REST API.