I’m querying the orders API for the latest data for stores and getting inconsistent results.
/admin/api/2023-07/orders.json
{
created_at_min: '2023-09-25T23:37:41-00:00',
limit: 50,
financial_status: 'paid,partially_paid,partially_refunded,refunded'
}
Sometimes it’s returning data, other times it returns nothing. This is for the same query parameters. I’m not hitting any rate limits.
Anything I’m missing to why it would be returning different data?