<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: WooCommerce Rest API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2049192#M31451</link>
    <description>&lt;P&gt;Hi Jørgen&lt;BR /&gt;Did you find a solution?&lt;/P&gt;</description>
    <pubDate>Tue, 31 Aug 2021 14:48:44 GMT</pubDate>
    <dc:creator>Rose__123</dc:creator>
    <dc:date>2021-08-31T14:48:44Z</dc:date>
    <item>
      <title>WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2035927#M31324</link>
      <description>&lt;P&gt;Hi Community,&lt;BR /&gt;&lt;BR /&gt;I have a Power BI model, where I on a weekly basis creates a number of csv files from woocommerce, that I import to Power BI.&lt;/P&gt;&lt;P&gt;I would like to automate that process.&lt;BR /&gt;&lt;BR /&gt;I have the possibility to buy a process, that does all of that for me, but for $35 per month and then I can not control anything the way I want it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help with instructions on how to set this up myself.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;it seems like an easy thing to do, if you know how to (after all it is just a few csv files that should be connected (as an alternative), but it would be great to know the process as in the future I would like to get my facebook as well as my mailchimp account connected as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Jørgen&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 20:07:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2035927#M31324</guid>
      <dc:creator>exceldoktor</dc:creator>
      <dc:date>2021-08-24T20:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2038646#M31352</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Jørgen,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One way you could go about this would be to setup a Python script that generates those CSV files for you on a schedule. Just have it update/override the same file, or you can potentially have it email or upload the file to sharepoint and the you can have multiple.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pypi.org/project/WooCommerce/" target="_blank"&gt;https://pypi.org/project/WooCommerce/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a library for Python that supports connecting to the API for woocommerce. Just make sure that wherever you save the file it is at the same path on the gateway if you are using PBI Service.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 20:14:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2038646#M31352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-25T20:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2042707#M31391</link>
      <description>&lt;P&gt;I would prefer a dataconnector directly from WooCommerce, but if nothing else shows up, I will be looking seriously into the instructions you did send me.&lt;BR /&gt;Hopefully there is a direct solution and I can see that it is possible to create a token in WooCommerce, that I should be able to connect to.&lt;BR /&gt;regards&lt;BR /&gt;Jørgen&lt;/P&gt;</description>
      <pubDate>Fri, 27 Aug 2021 10:42:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2042707#M31391</guid>
      <dc:creator>exceldoktor</dc:creator>
      <dc:date>2021-08-27T10:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2044851#M31415</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/321884"&gt;@exceldoktor&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;I have two ideas to handle with your requirement, you can take a look at the below scenarios if they helped.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#1, Sync data to specify path then use power bi to get data.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;1. Create a flow or other type of schedule to sync the woocommerce data to a local device or cloud server(SharePoint/one drive).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;2. Use power bi folder connector(local) or web connector(cloud service) to get data from these paths.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-combine-binaries" target="_blank"&gt;Combine files (binaries) in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-onedrive-business-links" target="_blank"&gt;Use OneDrive for Business links in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#2, Create a list of key values and use web connector to loop these values with the rest API.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://adatis.co.uk/loop-through-multiple-web-pages-using-power-query/" target="_blank"&gt;Loop through Multiple Web Pages using Power Query - Adatis&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Power-Query/Pull-data-from-a-REST-API-Authentication/td-p/246006" target="_blank"&gt;Solved: Pull data from a REST API Authentication - Microsoft Power BI Community&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Aug 2021 02:18:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2044851#M31415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-30T02:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2049192#M31451</link>
      <description>&lt;P&gt;Hi Jørgen&lt;BR /&gt;Did you find a solution?&lt;/P&gt;</description>
      <pubDate>Tue, 31 Aug 2021 14:48:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2049192#M31451</guid>
      <dc:creator>Rose__123</dc:creator>
      <dc:date>2021-08-31T14:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2143775#M32474</link>
      <description>&lt;P&gt;Thank you, that sounds very interesting and I will try it.&lt;BR /&gt;&lt;BR /&gt;But is not possible to connect Power BI to the Woocommerce's API??&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 17:37:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2143775#M32474</guid>
      <dc:creator>Histos</dc:creator>
      <dc:date>2021-10-19T17:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2454481#M35512</link>
      <description>&lt;P&gt;hi Rose,&lt;BR /&gt;&lt;BR /&gt;I know it is a long time since you asked the question. No I never solved the problem. So far I have been copy and pasting data, which does not work very well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards&lt;BR /&gt;Jørgen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 09:33:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/2454481#M35512</guid>
      <dc:creator>exceldoktor</dc:creator>
      <dc:date>2022-04-13T09:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/3797706#M51144</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/333459"&gt;@Histos&lt;/a&gt;&amp;nbsp;you can export data directly from Woocommerce API to Power BI instead of using CSV files. I connect my Woocommerce data using windsor.ai and I don't need to do any manual or copy/paste work&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 21:44:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/3797706#M51144</guid>
      <dc:creator>CoderZen08</dc:creator>
      <dc:date>2024-03-28T21:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: WooCommerce Rest API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/4366960#M59089</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You can automate WooCommerce data fetching with its REST API and Power BI’s Web.Contents. For Facebook/Mailchimp later, explore APIs or tools like &lt;A href="https://skyvia.com/data-integration/analyze-woocommerce-with-powerbi" target="_self"&gt;Skyvia&lt;/A&gt; for syncing multiple platforms easily without extra costs.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 10:17:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/WooCommerce-Rest-API/m-p/4366960#M59089</guid>
      <dc:creator>BrandonSingh</dc:creator>
      <dc:date>2025-01-16T10:17:08Z</dc:date>
    </item>
  </channel>
</rss>

