"messages": [
{
"reason": "Customer anticipated price 0.45 does not match TI unit price 629.248",
"code": "TI-TXT-051",
"type": "INFO",
"message": "customerAnticipatedUnitPrice does not match tiUnitPrice. To avoid delays, update the customerAnticipatedUnitPrice using the Order Change API. Contact TI customer support https://support.ti.com/csm for more information"
},
{
"reason": "Item is not scheduled and may require manual schedule",
"code": "TI-TXT-006",
"type": "INFO",
"message": "Item is pending manual schedule which may take up to 48 hours. If your item is not scheduled after 48 hours, please contact TI customer support https://support.ti.com/csm"
}
],
每一个订单都有一个messages的返回,因为messages是一个数组,有多个对象,在table表格中,也就是当前订单信息是一行行的,这个message这一行如何显示比较合理
这个message是针对单个行项目返回的信息,一般只要是出现问题的订单都会需要TI这边人工手动处理,你可以把message具体的信息都返回到你们的ERP中。