My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
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…