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.

[参考译文] TI-API:下单时遇到意外的单价

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

https://e2e.ti.com/support/enterprise-automation-integration-group/enterprise-automation-integration/f/enterprise-automation-integration-forum/1241183/ti-api-unexpected-unitprice-when-make-order

器件型号:TI-API

当我 通过订单 API 发布 json 数据以便仅购买一个 NE555DR 时

```

"lineItems": [
      {
        "customerLineItemNumber": 1,
        "tiPartNumber": "NE555DR",
        "customerPartNumber": "MY CUSTOMER PARTNUMBER",
        "customReelIndicator": false,
        "quantity": 1,
        "customerItemComments": [
          {
            "message": "SOME COMMENT GOES HERE"
          }
        ]
      },

```

API 返回  ERR-TICOM-ORDER-API-0009、详细信息如下:  

```

{
        "tiLineItemNumber": "0",
        "customerLineItemNumber": "1",
        "tiPartNumber": "NE555DR",
        "customerPartNumber": "MY CUSTOMER PARTNUMBER",
        "tiPartDescription": "Single Precision Timer",
        "partType": "IC",
        "htsCode": "",
        "coCode": "",
        "quantity": 1,
        "shippedQuantity": 0,
        "unitPrice": 93353248.69,
        "netPrice": 93353248.69,
        "dateCode": null,
        "batchCode": null,
        "status": "",

```

为什么 UnitPrice 和 netPrice 如此之高?

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

    我以 人民币下达的订单

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

    尊敬的 Jared:

    我给你发了一个朋友的请求,以便我可以私下和你说话。  请接受、我们将从此开始。  谢谢!

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

    尊敬的 Jared:

    您提供的格式确实是无效的格式。   根据您提供的 JSON 的缺口、我认为我能够重新执行 JSON、并且我能够 成功创建一个测试订单。(请参阅下面的结果)。  有一个问题,但是,似乎解决了。   您是否可以重试、并告诉我您是否仍然遇到问题或看到此错误。