Read_all_orders scope private app

Hi @admin-gh

Can you try using financial_status=paid instead? The status filter works with open, closed and any, and isn’t related to payment state. You’ll also need to set the status parameter to any, as only open orders are retrieved by default. The full request URL would be {storename}.myshopify.com/admin/api/2022-01/orders.json?status=any&financial_status=paid&limit=250

Thanks!