- DATE:
- AUTHOR:
- The Shift4 Updates team
        
          
          APPETIZE [PRE SEPT 2023]
        
    
Pre-Release Notes: Transactions API (TAPI) 2.3.0
                    DATE:
                        
                  
                  
                    AUTHOR:
                        The Shift4 Updates team
                  
              
            Need more information? Email enterprisesupport@spoton.com or call (877) 559-4225. The Support team is available 24/7/365.
Target Release Date: Week of Feb 13
Release Version: 2.3.0
Audience: Enterprise (Available on MTC and MTE)
Content: Features and Bug Fixes
Feature Updates:
- Added additional internal metrics and logging to aid with troubleshooting 
- Optimized database connectivity 
- Added unique_id field for items in the transaction response - order.items.identifiers.unique_id 
 
{
       "order_id": 280318673,
        ...    
        "items": [
            {
            ...
            "identifiers": {
                "sku": "SKU1513554",
                "external_id": "ex1513554",
                "item_id": 1513554,
                "name": "Burger",
                "unique_id": "u1513554"
            },
            }
        ],
        ...
}Bug Fixes:
- Addressed the increased response time for List Order endpoint