Hey all, quick question. We currently have SOAP &a...
# integrations
e
Hey all, quick question. We currently have SOAP & REST based Read Only integration with NetSuite. Now we’re looking into doing write into NetSuite and we’ll be creating Inventory Item and Purchase Order objects. What would be your suggested way to go about it? Few questions: • Would you suggest using CSV imports, if there is a programmatic way do so. • Would you suggest using SOAP or REST for this? Thanks in advance. Just trying to find the path of least resistence
b
Might depend on your data source. If you are starting from a CSV then an import might make sense. If you have to create the CSV then sticking to web services seems more straightforward.