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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
What happened to Bin->Location
Using web services 2.5, a GET of an Inventory Item used to return:
... <ns2:binNumberList> <ns2:binNumber> <ns2:binNumber internalId="1"> <ns16:name xmlns:ns16="urn:core_2_5.platform.webservices.netsuite.com">1</ns16:name> </ns2:binNumber> <ns2:location>Warehouse - East Coast</ns2:location> <ns2:preferredBin>false</ns2:preferredBin> </ns2:binNumber> <ns2:binNumber> <ns2:binNumber internalId="1000"> <ns17:name xmlns:ns17="urn:core_2_5.platform.webservices.netsuite.com">1000</ns17:name> </ns2:binNumber> <ns2:onHand>9997</ns2:onHand> <ns2:location>Warehouse - East Coast</ns2:location> <ns2:preferredBin>false</ns2:preferredBin> </ns2:binNumber> </ns2:binNumberList> ...
0