Hybris provides following call to transfer the orders created from hybris to S/4 for order fulfillment process: sendOrderToDataHubHelper.createAndSendRawItem(order)
How do we send orders based on different consignments id to sap? Right now we make use of the exportStatus field to achieve filteration of orders for exporting. How do we export order details based on consignment id?
Regards Rahul