I am testing out ShippingEasy as a possible replacement for my current shipping solution and have run into an issue with my workflow.
I process orders once per week (coffee roaster) as I prepare the product. About 80% of my orders are delivered locally and 20% are shipped. Once an is ready to ship it is moved to the custom_1 status to cause it to sync. However, I have run into the issue that orders more than a few hours old wont sync quickly even with an updated status. I can see the request /wp-json/wc/v2/orders?after=2021-01-10T12%3A24%3A30Z and it is pulling orders after the most recent sync so isn't catching the changed orders.
Is there a workaround for this? I dont want to pull all orders into the system and I am already questioning the tracking integration/data export but would like to give it a try since the other features are working well once the order is in the system.
My preferred way for this to be handled would be for the sync to be based on shipping type, but I realize that is outside the scope of features at this point.