Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Incorrect Inventory Adjustment Quantity when Using REST API
Greetings—
We have an external system that utilizes the REST API to adjust inventory levels in NetSuite. We have noticed, however, that sometimes the adjustQtyBy
value that we supply in the request body is not the same value that NetSuite adjusts the amount by. What might cause this to happen?
Here is a recent example:
The system made a REST call like below:
{
"account": {
"id": <REMOVED>
},
"inventory": {
"items": [
{
"item": {
"id": <REMOVED>
},
"location": {
"id": 1
},
"adjustQtyBy": -6.0
}
]
},
"memo": "USED | 6 |"
}
This should have reduced the amount of the item in question by 6. However, on the NetSuite side we got this result instead: an increase