Aaron Lozier
06/15/2021, 8:58 PMtotalQuantityOnHand
would not be included on the response when querying an item via the REST API? According to the docs that field should be there:
https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2020.2/index.html#/definitions/inventoryItemWill Craig
06/15/2021, 9:13 PMAaron Lozier
06/15/2021, 9:13 PMAaron Lozier
06/15/2021, 9:13 PMWill Craig
06/15/2021, 9:13 PMWill Craig
06/15/2021, 9:14 PMWill Craig
06/15/2021, 9:14 PMWill Craig
06/15/2021, 9:16 PMAaron Lozier
06/15/2021, 9:23 PMWill Craig
06/15/2021, 9:24 PMWill Craig
06/15/2021, 9:29 PMWill Craig
06/15/2021, 9:29 PMAaron Lozier
06/15/2021, 10:23 PMAaron Lozier
06/15/2021, 10:24 PMtdietrich
06/16/2021, 12:08 AMAaron Lozier
06/16/2021, 12:29 AMSELECT Item.id, Item.totalquantityonhand FROM Item WHERE id = xxx
Aaron Lozier
06/16/2021, 12:30 AMrecord/v1/inventoryItem/xxx?expandSubResources=true
. I also don't see the locations
reference field which is supposed to be in the response.... Since I can see the field in the SQL query I suppose it is not permissions after all, but I don't know what else it could betdietrich
06/16/2021, 12:45 AMtdietrich
06/16/2021, 12:45 AMAaron Lozier
06/16/2021, 3:12 PMAaron Lozier
06/16/2021, 3:12 PMWill Craig
06/26/2021, 12:08 AM