Merge
The merge transaction takes two input packs of the same material and creates a new pack with the combined quantities.
After the merge transaction is complete, the two input packs no longer exist. A label is optionally printed for the new inventory pack with the new combined quantity.
This is the transaction before merge:
Inventory Pack | Quantity |
---|---|
A | 50 |
B | 75 |
And after the merge:
Inventory Pack | Quantity |
---|---|
C | 125 |