Conversation
supportI have been using the ShipDay plugin which works very well for our deliveries of online orders however the extraction of these orders is for both delivery drivers. This requires them to split their orders once we have extracted them via the Order Export Profile. Can one integrate the system with Shipday to pull the orders per delivery driver? The developer’s response;` Hi John, if they have access to WooCommerce API — can they just add meta for the order? Ticket: https://algolplus.freshdesk.com/helpdesk/tickets/55910 ` Please advise if you are able to assist with this Integration as for our process of splitting orders I’m sure many others using your plugin will find it very helpful. The page I need help with: [ log in to see the link]
Orders assigned to the drivers can not be directly fetched from the plugin. But you can use shipday api ( https://docs.shipday.com/reference/delivery-order-object ) and retrive all the active orders and inside the response, you will get the details of assigned carrier(driver).
Orders assigned to the drivers can not be directly fetched from the plugin. But you can use shipday api ( https://docs.shipday.com/reference/delivery-order-object ) and retrive all the active orders and inside the response, you will get the details of assigned carrier(driver).