- DATE:
- AUTHOR:
- The Shift4 Updates team
APPETIZE [PRE SEPT 2023]
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.
Released On: 24 Feb 2023
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