Editing Mark Codes in Order Items

Tags: v9preview6 v9

The ability to edit mark codes in order items and modifiers has been added, as well as to manage the results of mark code verification via the API.

In IEditSession, the following methods have been added:

Support for storing multiple verification results for each mark code (for example, via KKT and through a plugin) has also been implemented. The VerificationResult property has been replaced with a dictionary VerificationResults, where the key is the source of verification.

Updated classes: OrderItemIdentifierCode and CodeVerificationResult.