2.16.3 - Data Push

December 11, 2024

New Features

  • Advanced Mappings in Data Pull are no longer displayed as a drop-down menu.
  • Consolidated order logs in Data Push now link to the order in the Explorer.
  • When consolidating lines or orders in Data Push, the History ID mapping is now returned as a list instead of an object.
  • The Consolidate Orders checkbox in Data Push is now a drop-down menu under filters that lets you select from the following options:
    • Disabled: Orders will not be consolidated; each transaction will prompt Data Push to send data to your system (one confirmation per transaction).
    • Consolidate Lines: Data sent to your endpoint will be consolidated per order line (potentially multiple lines per order).
    • Consolidate Orders: Data sent to your endpoint will be consolidated per order (one confirmation per order).
The filters section of the Data Push UI, with a new dropdown that reads "Consolidate Transactions" open to 3 options, Disabled, Consolidate Lines, Consolidate Orders.

Bug Fixes

  • In Data Push, the comparison operator "Not Like" returned unexpected results in some cases. This was resolved by adjusting the logic and should now function correctly.