Syrve POS API SDK

Extension of information about a moved delivery order

[ v8preview7  v8  ]

Starting from V8Preview7, when moving a delivery order to a new point, it is possible to track which group the current delivery order was moved from and to. Also, the order at the old point that became the source of the current one is now known.

In addition to the existing property MovedToDeliveryId, new fields have appeared in the delivery order IDeliveryOrder:

Based on this data, one can easily determine the chain of movement of a delivery order when it is moved to a new point.

To change the values of fields containing information about the delivery order transfer, a new method IEditSession.ChangeDeliveryMoveIds has been added instead of IEditSession.ChangeDeliveryMovedId. This method allows editing any of the properties: MovedFromDeliveryId, MovedFromTerminalGroupId, MovedToDeliveryId, MovedToTerminalGroupId. The previously existing method IEditSession.ChangeDeliveryMovedId has been removed.