How to resove this "QTYFULFI amount > 0 can not be passed in when using QtyShrtOpt other then 2 and a shortage is encountered"
Actually i have an item inventory is 5. But i ordered for 8 quantity.while passed same data through econnect i'm getting above exception and order is not creating in GP.
I passed code for QTY fulfilment as follows.
availableQty=5
lineItems[i].QTYFULFI = availableQty;
lineItems[i].QTYFULFISpecified = true;
Please help me
*This post is locked for comments