The documentation on SuiteTalk lists a ReceiveInbo...
# suitetalkapi
d
The documentation on SuiteTalk lists a ReceiveInboundShipment object. I have tried the v2022_1_0/netsuite.wsdl and even v2022_2_0/netsuite.wsdl but I can't find this Record anywhere. Is there some kind of trick to accessing this? (I have seen this may be a BETA feature which we have BETA services/features enabled in our account).
b
there are 2 types of webservices offered by netsuite, SOAP and REST
the wsdl is used with SOAP
ReceiveInboundShipment is used with REST
d
Ah, missing the obvious! Thankyou 🙂
I am looking at the View v2022.1 SOAP Schema Browser Online > Records Browser > RecieveInboundShipment and it shows this is part of SOAP https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2022_1/script/record/receiveinboundshipment.html
d
Thankyou 🙂