How I can retrieve orders ready for shipment ?
-
Hi to everybody. I want to automate the process of create the parcel. My idea is:
1) On woocommerce admin I put the order into the status “xxxxx”
2) Every 4 hours with API I retrieve the list of all orders in the status “xxxxx”
3) I create the shipment by connecting to the carrier
4) I change order status to “completed” by APIThe problem is that in woocommerce there is no “ready to ship” status
Unfortunately it does not manage the tracking data that I could have used to understand which orders were still to be shipped (those without tracking)I don’t want to install an API for adding a new order status for this purpose or adding some code to woocommerce
Any idea ?
- The topic ‘How I can retrieve orders ready for shipment ?’ is closed to new replies.