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
SANDEEP PARIHARSANDEEP PARIHAR 

Shopify Integration with salesforce

How can i access Shopify Services API in Salesforce. And how can i get Shopify EndPoint URL .
Onesh ReddyOnesh Reddy
Hi Sandeep,

The below link gives you the detail integration process between Shopify and Salesforce.
https://teamforcesite.wordpress.com/2016/07/21/integration-of-salesforce-with-shopify-application/

Best Regards,
Onesh.K 
SANDEEP PARIHARSANDEEP PARIHAR
Thank you for your help.
Fasihur RahmanFasihur Rahman
Hello, Sandeep!
Hope you are doing well!

Our Shopify Salesforce Connector provides Real-time synchronization from Shopify to Salesforce for Collections, Products, Customers, and Orders. I would like to inform you that the app is available for 5 days for Trail period at AppExchange: https://appexchange.salesforce.com/listingDetail?listingId=a0N3A00000EvAhBUAV and you may proceed to purchase licensed version upon your satisfaction with our product.

For any help, kindly go through the helps links mentioned below:

Configuration Video Tutorial: https://youtu.be/7zmmTfdWJqE
Features and Setup: https://eshopsync.com/shopify-salesforce-connector/
For more details: https://eshopsync.com/shopify/

Feel free to ask for any further help. You may add me on Skype ID: Webkul.salesforce for future concerns. 

Have a nice day ahead!


Regards,
Fasihur Rahman
Salesforce Consultant
WEBKUL
C : +1-9143521614
David_GardelDavid_Gardel
To avoid API way of integration, take a look at completely no-coding service Skyvia (https://skyvia.com/).
Mike WalkowiakMike Walkowiak

You can just use a "Shopiforce" app from Shopify app store which has a Free Trial for 14 days: https://apps.shopify.com/shopiforce (https://apps.shopify.com/shopiforce" target="_blank)
fondmartfondmart
powerful app - Associate with your shopify store  (https://fondmart.com/)
 
Originate WebOriginate Web
Shopify different images for desktop and mobile
We’ve developed Shopify slideshow for mobile feature in the Debut theme and used the existing Slick slider. So we’ll walk through this tutorial expecting you’re using Debut theme. If you’re not using Debut then we have a different solution for that. We’ll discuss that after the Debut theme tutorial.
For more information: Slideshow liquid Shopify (https://originateweb.com/add-different-slideshow-for-mobile/)
Carol LoudCarol Loud
You can try the integration between Shopify and Salesforce using the Skyvia service,this article describes the integration options
Read more here (https://blog.skyvia.com/shopify-salesforce-integration-3-best-methods/)
Victor QuironVictor Quiron
To access Shopify Services from Salesforce, begin by obtaining API credentials (API key and password) from your Shopify store, typically by creating a private app. Next, set up Salesforce to communicate with Shopify by configuring OAuth using these credentials. In Salesforce, you'll need to create a program, like a custom Apex class, to facilitate the connection. Think of this program as the bridge between Salesforce and Shopify.
To interact with Shopify's services, you'll need to know the specific API endpoints and their associated functionalities. Shopify's documentation provides details on these endpoints. Construct the API endpoint URLs in your Salesforce program, but I won't provide the actual URLs here. Once the URLs are set up, use your Salesforce program to send requests to Shopify, such as retrieving orders or products. Be sure to follow Shopify's documentation for proper request formatting. You can also contact Shopify Agency (https://swishtag.com/shopify-agency-new-york/).
Finally, ensure that your Salesforce organization allows outbound internet access for these requests, and implement error handling in your program to manage any issues that may arise during the communication between Salesforce and Shopify.