
When selecting "create warehouse shipment" i want to make so that the code is performed twice. Inside of that code i made adjustments that will have a difference between the 2 warehouse shipments but i need to make sure it creates 2 of them.
In what way can i do this?
Thanks in advance.
You have to apply that logic by grouping or applying the filter on those lines and passing it to the warehouse shipment process.
For ex: you might want to create the shipment based on the location code group, you pass that filter to the process to create a shipment for that location code and then loop it and send another request to create another shipment based on other location code.