Add Transaction Item is missing the Property to pass a dictionary

Add Queue Item has the ItemInformationCollection property but Add Transaction Item does not. I don’t want to have to hard-code the TransactionInformation in Add Transaction, but I want to create the queue item and get it as a transaction in one step.

As it is now, I have to build a unique reference and pass that into the Add Queue Item so I can then pass it to Get Transaction Item to make sure I get the correct one that was just added.

1 Like