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.
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?
Hi Jared,
I sent you a friend request so that I can speak with you privately. Please accept it, and we’ll go from there. Thanks!
Hi Jared,
The format that you provided is indeed an invalid format. Based on the snipped of JSON that you provided, I believe I was able to re-execute the JSON and I was able to successfully create a test order.(see results below). Maybe there was a problem, but, it appears to resolved. Can you re-try and let me know if you are still experiencing problems or seeing this error.
**Attention** This is a public forum