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: unexpected unitPrice when make order

Part Number: TI-API

as i post the json data via the order API to buy only one NE555DR

```

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

```

the api returns ERR-TICOM-ORDER-API-0009, the detail is 

```

{
        "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": "",

```

why the unitPrice and netPrice is so high?

**Attention** This is a public forum