- Documentation
- Product Updates
- 2.17.2
Version 2
-
2.17
-
2.16
-
2.15
-
2.14
-
2.13
-
2.12
-
2.11
-
2.10
-
2.9
-
2.8
-
2.7
-
2.6
-
2.5
-
2.4
-
2.3
-
2.2
-
2.1
-
2.0
-
1.3
-
1.2
2.17.2 - HMAC Authentication, Explorer and API Updates
January 31, 2025
New Features
- ItemPath connections now support hash-based message authentication code (HMAC) authentication. As with other connection types, you will need to provide information from the service you are connecting with ItemPath, including:
- Request header key/value pairs (optional).
- The access key provided by the connected service.
- The secret key provided by the connected service.
- The app key provided by the connected service.
- The Orders table in Explorer now includes a Priority column and filter. The dropdown filter above the table displays text equivalents for priority numbers.
- The Transaction endpoint now supports an OR operator between query parameters (e.g., ?quantity=3 OR number=5;). This expands the previous OR logic, which only operated between values (e.g., ?quantity=[or]2;3).
- Selectable rows in tables now provide visual feedback on mouse-over. When selecting a row opens another table, the original selection remains highlighted.
- We improved the appearance and frequency of system notifications (e.g., PowerPick MSSQL connection changes).
Bug Fixes
- We fixed an issue where trailing white space in material names prevented the API from creating orders or order lines. The order and order line creation methods now trim trailing white space.
- Data Pull now accepts order lines as either a array or an object. If you provide an object containing an array, Data Pull automatically converts it to a array.
- We resolved an issue in Explorer where updating a transaction's export state would occasionally trigger a 404 error. We improved error management within the transaction update workflow.