Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Accessing Assembly Items via REST web services
I've been exercising the beta REST web services and have found problems with assembly items.
One can access other data such as Inventory Items, for example, with a URL like:
https://999999.suitetalk.api.netsuite.com/services/rest/record/v1/inventoryItem?limit=10&offset=0 (GET)
However if you try assembly items, it always returns zero results:
https://999999.suitetalk.api.netsuite.com/services/rest/record/v1/assemblyItem?limit=10&offset=0 (GET)
0