Item Receipt Question:
I’m generating an Item Receipt from a transfer order programmatically via REST. This call created a transfer order with all lines and their quantities.
I’m assuming that I can edit the quantities on this Item Receipt after I generate it if my application users tell me that fewer than the total quantity of the item is actually received.
Questions:
1. Can i just edit the IR in place, or do I have to do something special?
2. If I can’t edit the IR, should I generate the IR with the correct quantities in place in the contained Items, rather than use the “transform” call in the API?
3. Am I just editing quantity? I see a field called MC Quantity and not sure what it is?