Integration · REST · Salesforce

Integration of Salesforce with Shopify Application

Hi All, This Blog gives a small demonstration  on how the process happens in integration of Shopify app with Salesforce. We can use SOAP API or REST API based on your requirement. Here I am using REST API for integration. For integration with Shopify app we cannot use Oauth authentication. As shopify does not allow Oath… Continue reading Integration of Salesforce with Shopify Application

Apex · Integration · REST

Combining RESTful Web Services and Site.com for creating publicly asccessible URL

The Force.com REST API lets you use a simple and lightweight API to access Force.com data, using standard OAuth, together with a choice of data flavors – XML and JSON. The REST API is configured out of the box to suit the basic CRUD (create, read, update and delete) operations of data management. Apex REST augments this… Continue reading Combining RESTful Web Services and Site.com for creating publicly asccessible URL