如题,之前调用TI创建订单接口 可以根据返回响应的JSON信息 中 捕捉 message节点下的一些信息 如:Code :TI-TXT-005 、TI-TXT-006、TI-TXT-051 等代码信息,如今只返回部分信息没有message 节点(下面JSON),
1.请问是什么原因,需要如何改正,
2.最近调用测试 TI订单新增、订单更改接口响应很慢,需等待十几秒或二十几秒才会响应出订单信息,什么原因,要如何修正。
{ "orders": [ { "orderDate": "2025-06-04 08:01:31", "customerPurchaseOrderNumber": "TEST-190", "orderStatus": "PENDING", "customerPurchaseOrderDate": "#", "purchaseOrderDate": "#", "lineItems": [ { "tiPartNumber": "TESTLS00N", "customerLineItemNumber": "1", "itemCheckoutProfileId": "xxxxxxxxxxxxxxx", "status": "Pending", "customerAnticipatedUnitPrice": 0.9999, "customerCurrencyCode": "USD", "schedules": [ { "requestedQuantity": 10000, "requestedDeliveryDate": "2025-09-10" } ] } ] } ], "termsOfSale": "Sale of TI products by TI are subject to TI's Terms of sale https://www.ti.com/legal/terms-conditions/terms-of-sale.html" }
今天重新发送订单后测试正常了,请问如果在 prod 环境中,发送订单后状态 =“pending” 且正在维护中,一旦ERP系统恢复正常,那么近期订单将继续进行,无需重新发送订单, 还是要重新发送订单.