My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comments
-
Thank you. Can you give me a link to the related case?
-
Is this what you are looking for? Here is "presentationItem" array of the GET response, which only includes the basePrice and onlinePrice, not all fields as the REST documentation suggests……
-
I'll include my body, but it's just one of about one hundred different versions I've tried to get the syntax to work. The JSON of a successful GET call on the item only includes the base price and online price in the presentationItem array, and nothing of the actual related item (very unhelpful and I don't know why no…
-
It is included, but not as a separate endpoint. Related items are represented under the "presentationItems" element of the inventory item in the REST reference as a sublist and should be treated as any other sublist in a PATCH request. For example, itemVendor or itemPricing work fine. Additionally, I can successfully…