function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
awenhouawenhou 

Integration to shipping system

Hi,

 

We are looking to see if it is possible to integrate saleforce with our shipping system.

looking to have saleforce to export all samples request to ship "today" to a file that the shipping system can read from and retreive the shipping address informaiton.

 

Thanks so much!

Jatin.jainJatin.jain

Is your existing shipping system capable of consuming webservices either SOAP or REST based  

OR

Assuming, you have an intermediate machine running Java on it can use Command Line Data Loader to export the data you would like to do and store it locally in CSV format. Later you shipper system would utilize this CSV. But definitely the REST based approach is quite better as we have Force.com REST services exposed

 

 

HTH

JJ