I am wondering why there is no way of ordering the orders by shipping method? I was investigating some inconsistency in the orders of a DW compared to data at an external service and needed to order the orders by shipping method.
I am wondering why there is no way of ordering the orders by shipping method? I was investigating some inconsistency in the orders of a DW compared to data at an external service and needed to order the orders by shipping method.
Probably because it was never made and no one ever requested it...
A simple workaround is to create a custom order field "Shipping method" and then create a query that will copy the shipping id into that column and add the custom column to the order view.
Thank you for the answer, I just wanted to point this out in case it was something that you guys missed.