This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] SN65LVDS2:创建订单 API 始终返回错误500

Guru**** 2391195 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/interface-group/interface/f/interface-forum/1281715/sn65lvds2-create-order-api-always-returns-error-500

器件型号:SN65LVDS2

大家好!

我正在处理 API 2.0。

当我尝试 下单时、总是会收到错误500信息、我使用此器件型号: www.ti.com/.../SN65LVDS2DBVR

这是 json 请求(我仅使用必填字段)

{
 "checkoutProfileId":"xxxxxxxxxxxxxxxxxxxxxxxxxxxx"、
 "lineItems":[
  {
   "数量":1000、
   "tiPartNumber":"SN65LVDS2DBVR"
  }
 ]

这就是响应:

{
 "错误":[
  {
   "部分":"通用"、
   "errorType":"验证"、
   "ErrorCode":"ErrorCode-0500" ERR-TICOM-ORDER-API-GEN、
   "原因":"我们在处理您的请求时遇到了技术问题。"、
   "消息":"API 暂时不可用。 请重试、如果问题仍然存在、请联系 TI 客户支持- https://support.ti.com/csm"
  }
 ]

此致、