<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shopify &gt; Metasys Software Pvt Ltd.</title>
	<atom:link href="https://www.metasyssoftware.com/tag/shopify/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.metasyssoftware.com</link>
	<description>Unique People, Unique Solutions</description>
	<lastBuildDate>Thu, 06 Jun 2024 10:42:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.metasyssoftware.com/wp-content/uploads/2023/10/metasys-svg-.png</url>
	<title>Shopify &gt; Metasys Software Pvt Ltd.</title>
	<link>https://www.metasyssoftware.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Publish Product data from FileMaker solution to Shopify store</title>
		<link>https://www.metasyssoftware.com/filemaker/publish-product-data-from-filemaker-solution-to-shopify-store/</link>
					<comments>https://www.metasyssoftware.com/filemaker/publish-product-data-from-filemaker-solution-to-shopify-store/#respond</comments>
		
		<dc:creator><![CDATA[meta_prasad]]></dc:creator>
		<pubDate>Thu, 04 Jun 2020 14:37:54 +0000</pubDate>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[Shopify]]></category>
		<category><![CDATA[FileMaker integration]]></category>
		<category><![CDATA[FileMaker solution]]></category>
		<category><![CDATA[FileMaker certified developers]]></category>
		<category><![CDATA[FileMaker development]]></category>
		<category><![CDATA[FileMaker Programmers]]></category>
		<category><![CDATA[FileMaker Pro Addvanced]]></category>
		<category><![CDATA[Offshore filemaker services]]></category>
		<category><![CDATA[FileMaker developers]]></category>
		<guid isPermaLink="false">https://www.metasyssoftware.com/?p=3087</guid>

					<description><![CDATA[<p>This blog article describes a simple way to integrate Shopify and Filemaker. Shopify is a popular ecommerce platform used by [&#8230;]</p>
The post <a href="https://www.metasyssoftware.com/filemaker/publish-product-data-from-filemaker-solution-to-shopify-store/">Publish Product data from FileMaker solution to Shopify store</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<p>This blog article describes a simple way to integrate Shopify and Filemaker. Shopify is a popular ecommerce platform used by many businesses around the world, and integrating Shopify and FileMaker can save time and money.</p>
<p>FileMaker integration is made easy due to two powerful features. Firstly, the enhanced cURL options which make it easy to interact with many systems by facilitating many common file transfer options. Secondly, the native functions to create and extract data from JSON, which makes interactions with web services easy. These features allow FileMaker to be integrated with almost any third party products that provide the APIs for communication, including Shopify.</p>
<h2><strong>Step One: Create a private app in the Shopify account.</strong></h2>
<ul>
<li>We can connect to a Shopify account by creating a private app. Shopify requires an API Key, the API password of the private app, and the store name for authentication.</li>
<li>The screenshot below shows how to create a Private app and how to get the API key and API password.</li>
</ul>
<p><img fetchpriority="high" decoding="async" class="alignnone wp-image-3092 size-full" title="FM Shopify demo image 1" src="https://www.metasyssoftware.com/wp-content/uploads/FM-Shopify-demo-image-1.png" alt="FM Shopify demo image 1" width="973" height="397" /></p>
<ul>
<li>Give the appropriate API permissions required by your private app.</li>
<li>As described in the Shopify documentation, Shopify authenticates private applications using the following URL format: <u>https://{apikey}:{password}@{hostname}/admin/api/{version}/{resource}.json</u></li>
</ul>
<p>Note that the ‘hostname’ refers to the store name, and ‘version’ refers to the API version in use.</p>
<h2><strong>Step Two: Store the required Shopify details in FileMaker</strong></h2>
<ul>
<li>In the FileMaker database, create the fields to store the API Key, API Password, Store Name and API Version, as shown in the screenshot below.</li>
</ul>
<p><img decoding="async" class="alignnone wp-image-3088 size-full" title="Shopify details 2" src="https://www.metasyssoftware.com/wp-content/uploads/Shopify-image-1.png" alt="Shopify details 2" width="975" height="678" /></p>
<h2><strong>Step Three: Write the script</strong></h2>
<ul>
<li>Write a script in FileMaker which will create the product in the Shopify account using the Shopify details mentioned in Step 2. For this step, we will use the cURL and JSON features of FileMaker.</li>
<li>In the script, first create the JSON array with Product details such as Product Title, Product Description, Vendor etc.</li>
<li>Next, format the URL (using the URL format mentioned in Step 1) with your Shopify account details. Then use this URL in the FileMaker ‘Insert from URL’ script step and pass the JSON array using the cURL option in it.</li>
<li>Please see the below screenshot for reference.</li>
</ul>
<p><img decoding="async" class="alignnone wp-image-3090 size-full" title="Script workspace image 3" src="https://www.metasyssoftware.com/wp-content/uploads/Script-workspace-image-3.png" alt="Script workspace image 3" width="975" height="773" /></p>
<p>After these three steps, we are ready to publish our product from a FileMaker database to a Shopify account. If you are experiencing issues with FileMaker, or FileMaker integration, feel free to contact our FileMaker certified developers. For more details, please visit &#8211; <a href="https://www.metasyssoftware.com/filemaker">https://www.metasyssoftware.com/filemaker</a></p>The post <a href="https://www.metasyssoftware.com/filemaker/publish-product-data-from-filemaker-solution-to-shopify-store/">Publish Product data from FileMaker solution to Shopify store</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.metasyssoftware.com/filemaker/publish-product-data-from-filemaker-solution-to-shopify-store/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
