创建备货订单成功后,返回的价格是总价还是单价



"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"
}
],