[Python API] Mismatch number of orders between results from Shopify API and Admin

Hey there,

In all honesty I’m not sure off the top of my head what order status our reports will use by default, but I know that by default our API will only return orders with a status of open unless specified otherwise in the request being made. Have you tried including the status=any parameter when making your API request? You may see that numbers start to line up more accurately if you do. Let me know if not though!