RE: API response

Hello, 

 

I am getting the error below when trying to update a sales order. Does anyone know what could be causing this?

 

{
“code”: “USER_ERROR”,
“message”: “Please configure the inventory detail in line 1 of the item list.”
}

avald1046 Rookie Asked on June 16, 2023 in Order Management.
Add Comment
3 Answers

Hi, that is correct. I actually don’t see a lot number in this particular request.

 

Below is an example of the request I am trying to send:

 

importing record:
{“nlobjRecordType”:”itemfulfillment”,”nlobjFieldIds”:{“celigo_nlobjTransformId”: XXXXX,”shipstatus”:”Shipped”,”shipmethod”:”USPS Priority”,”celigo_replaceAllLines_package”:”true”,”trandate”:”6/8/2023″},”nlobjSublistIds”:{“package”:{“lines”:[{“packageweight”:13.5,”packagedescr”:””,”packagetrackingnumber”:”XXXXXX”}]}},”documentIndex”:0,”INTEGRATOR_IO_MAPPER”:true}

Rookie Answered on June 16, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.