We are implementing our M2 site in Magento cloud and need to integrate with our on premise ERP and sales tax system(Vertex). As we do not expose either on premise applications to the outside, we need to create a private channel between Magento Cloud and our Data center. Our current M1 site has an IPSEC tunnel to create the private messages between the locations.
The integration is implemented via rest webservices going both ways. The answers we have gotten are complex using private link.
If anyone can provide insight it would be greatly appreciated
Hello @matthew_craig
you can implement using REST api of magento both ways synchronization
more info related to API is :
https://devdocs.magento.com/swagger/
hope it will help you
@matthew_craig Not sure if you are aware of. You can create ssh tunnel in Magento cloud environment. If that help... Otherwise you'll have to write a middle ware on the either side to sync data both way. There are provider like ebridge can also help you setup the sync without spending a lot of time in development and maturing your solution.