How to achieve FIFO in Move Order through API
i want to use FIFO method for allocation of Move Order through API, Suppose a move order has 1 item with 10 quantity but i want to use lot in FIFO method.
Suppose there are 3 lots in which 1 LOT has 2 quantity , 2nd LOT has 3 Quantity and 3rd LOT has 5 Quantity.
Now i want to use these 3 lots in FIFO to allocate 10 quanity.
Plz suggest how to achieve this through API.