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!
Item object from REST OData API - where is "Units Type" field?
When I look at an Item in NetSuite, I can seethe Units Type field, which defines which Units apply to this Item:
That defines that for example, by default this item will come up as "Each" on a Sales Order, but I could also sell it by Case.
But when I fetch this object from the OData API, I see the Primary Stock Unit, Primary Purchase Unit, and Primary Sale Unit fields, but I don't see the Units Type field. Without that, we don't know what other Units are valid for this Item.
I'm attaching the complete JSON object.