<?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: Connect to Magento 2 in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2541949#M15370</link>
    <description>&lt;DIV class="flex flex-col text-sm pb-25"&gt;
&lt;ARTICLE class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;amp;:has([data-writing-block])&amp;gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" tabindex="-1" data-turn-id="359edbee-0237-40d1-9af3-32d49013c9a5" data-testid="conversation-turn-12" data-scroll-anchor="true" data-turn="assistant"&gt;
&lt;DIV class="text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] @w-sm/main:[--thread-content-margin:--spacing(6)] @w-lg/main:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)"&gt;
&lt;DIV class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn" tabindex="-1"&gt;
&lt;DIV class="flex max-w-full flex-col grow"&gt;
&lt;DIV class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;amp;]:mt-1" dir="auto" data-message-author-role="assistant" data-message-id="6438c90f-ee32-495b-b7ec-82d3e1340fb3" data-message-model-slug="gpt-5-2"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[1px]"&gt;
&lt;DIV class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"&gt;
&lt;P data-start="0" data-end="93"&gt;Yes — there are solid resources for connecting to &lt;STRONG data-start="50" data-end="68"&gt;Magento 2 data&lt;/STRONG&gt; (API, DB, integrations).&lt;/P&gt;
&lt;P data-start="95" data-end="247"&gt;&lt;STRONG data-start="95" data-end="112"&gt;Short answer:&lt;/STRONG&gt;&lt;BR data-start="112" data-end="115" /&gt;Use &lt;STRONG data-start="119" data-end="153"&gt;Magento’s REST or GraphQL APIs&lt;/STRONG&gt; for most integrations. For deeper access, use direct DB queries (carefully) or Magento’s ORM.&lt;/P&gt;
&lt;P data-start="249" data-end="291"&gt;&lt;STRONG data-start="249" data-end="289"&gt;Official docs (best starting point):&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="292" data-end="491"&gt;
&lt;LI data-start="292" data-end="370"&gt;
&lt;P data-start="294" data-end="370"&gt;Magento 2 &lt;STRONG data-start="304" data-end="326"&gt;REST API reference&lt;/STRONG&gt; — covers catalog, customers, orders, etc.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="371" data-end="491"&gt;
&lt;P data-start="373" data-end="491"&gt;Magento 2 &lt;STRONG data-start="383" data-end="400"&gt;GraphQL guide&lt;/STRONG&gt; — modern and efficient for storefront data.&lt;BR data-start="444" data-end="447" /&gt;Both include endpoints and example requests.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="493" data-end="520"&gt;&lt;STRONG data-start="493" data-end="518"&gt;Quick learning paths:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="521" data-end="750"&gt;
&lt;LI data-start="521" data-end="696"&gt;
&lt;P data-start="523" data-end="696"&gt;Search YouTube for &lt;STRONG data-start="542" data-end="575"&gt;“Magento 2 REST API tutorial”&lt;/STRONG&gt; and &lt;STRONG data-start="580" data-end="612"&gt;“Magento 2 GraphQL tutorial”&lt;/STRONG&gt; — you’ll find step-by-step examples with Postman, JS/PHP clients, and Auth setup.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="697" data-end="750"&gt;
&lt;P data-start="699" data-end="750"&gt;Magento devdocs has example curl calls and schemas.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="752" data-end="763"&gt;&lt;STRONG data-start="752" data-end="761"&gt;Tips:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="764" data-end="939"&gt;
&lt;LI data-start="764" data-end="826"&gt;
&lt;P data-start="766" data-end="826"&gt;Use &lt;STRONG data-start="770" data-end="801"&gt;OAuth or integration tokens&lt;/STRONG&gt; for secure API access.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="827" data-end="939"&gt;
&lt;P data-start="829" data-end="939"&gt;For server-side code, leverage &lt;A title="Magento development service" href="https://www.agentosupport.com/" target="_self"&gt;Magento development service&lt;/A&gt; contracts and repositories instead of raw SQL where possible.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="941" data-end="1093"&gt;If you tell me your platform (Postman, PHP, JS) and what data you need to connect to (orders, products, customers), I can point to exact docs/tutorials.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/ARTICLE&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 29 Jan 2026 12:31:19 GMT</pubDate>
    <dc:creator>ashleybrown</dc:creator>
    <dc:date>2026-01-29T12:31:19Z</dc:date>
    <item>
      <title>Connect to Magento 2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/1628228#M4416</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone had any experience of connecting to Magento 2 Data?&lt;/P&gt;&lt;P&gt;Any documentation or video tutorials to point to the right direction?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/1628228#M4416</guid>
      <dc:creator>jpenuliar</dc:creator>
      <dc:date>2021-12-23T14:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Magento 2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/1673327#M4923</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I don't know if you are still interested on this topic but we managed the connection to Magento 1 and Magento 2, through a ODBC connection. As a Qlik and Magento partner, we know well both solutions, Magento database is really complex, that's why we have developed a prepackaged and customizable Qlik application with many indicators: turnover, margin, average basket, stocks, sales product analysis, geographic analysis, customer segmentation, data crossing with Adwords...&lt;/P&gt;&lt;P&gt;You can contact me directly if you want more informations about that or contact us through&amp;nbsp;&lt;A href="https://www.synolia.com/contact/" target="_self"&gt;our website&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fanny&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2020 11:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/1673327#M4923</guid>
      <dc:creator>fannybenand</dc:creator>
      <dc:date>2020-02-07T11:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Magento 2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2068382#M12255</link>
      <description>&lt;P&gt;Sorry for bumping into an old conversation. Connecting to Magento 2 data can be tricky, but resources are available to help you out. Magento's official documentation is a great place to start - they have a section on their website dedicated to developers, which includes documentation on their API and data structures. Visit the Magento Marketplace, where you can find a variety of extensions and plugins that can help you connect to Magento 2. Also, check out &lt;A href="https://sysint.net/services/magento-development.html" target="_self"&gt;Magento development services&lt;/A&gt;. Good luck!&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 07:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2068382#M12255</guid>
      <dc:creator>fisherjames</dc:creator>
      <dc:date>2023-05-15T07:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Magento 2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2069169#M12265</link>
      <description>&lt;P&gt;Hi! Any update on that?&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 12:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2069169#M12265</guid>
      <dc:creator>venessaghan</dc:creator>
      <dc:date>2023-05-09T12:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to Magento 2</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2541949#M15370</link>
      <description>&lt;DIV class="flex flex-col text-sm pb-25"&gt;
&lt;ARTICLE class="text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;amp;:has([data-writing-block])&amp;gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]" dir="auto" tabindex="-1" data-turn-id="359edbee-0237-40d1-9af3-32d49013c9a5" data-testid="conversation-turn-12" data-scroll-anchor="true" data-turn="assistant"&gt;
&lt;DIV class="text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] @w-sm/main:[--thread-content-margin:--spacing(6)] @w-lg/main:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)"&gt;
&lt;DIV class="[--thread-content-max-width:40rem] @w-lg/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn" tabindex="-1"&gt;
&lt;DIV class="flex max-w-full flex-col grow"&gt;
&lt;DIV class="min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;amp;]:mt-1" dir="auto" data-message-author-role="assistant" data-message-id="6438c90f-ee32-495b-b7ec-82d3e1340fb3" data-message-model-slug="gpt-5-2"&gt;
&lt;DIV class="flex w-full flex-col gap-1 empty:hidden first:pt-[1px]"&gt;
&lt;DIV class="markdown prose dark:prose-invert w-full wrap-break-word light markdown-new-styling"&gt;
&lt;P data-start="0" data-end="93"&gt;Yes — there are solid resources for connecting to &lt;STRONG data-start="50" data-end="68"&gt;Magento 2 data&lt;/STRONG&gt; (API, DB, integrations).&lt;/P&gt;
&lt;P data-start="95" data-end="247"&gt;&lt;STRONG data-start="95" data-end="112"&gt;Short answer:&lt;/STRONG&gt;&lt;BR data-start="112" data-end="115" /&gt;Use &lt;STRONG data-start="119" data-end="153"&gt;Magento’s REST or GraphQL APIs&lt;/STRONG&gt; for most integrations. For deeper access, use direct DB queries (carefully) or Magento’s ORM.&lt;/P&gt;
&lt;P data-start="249" data-end="291"&gt;&lt;STRONG data-start="249" data-end="289"&gt;Official docs (best starting point):&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="292" data-end="491"&gt;
&lt;LI data-start="292" data-end="370"&gt;
&lt;P data-start="294" data-end="370"&gt;Magento 2 &lt;STRONG data-start="304" data-end="326"&gt;REST API reference&lt;/STRONG&gt; — covers catalog, customers, orders, etc.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="371" data-end="491"&gt;
&lt;P data-start="373" data-end="491"&gt;Magento 2 &lt;STRONG data-start="383" data-end="400"&gt;GraphQL guide&lt;/STRONG&gt; — modern and efficient for storefront data.&lt;BR data-start="444" data-end="447" /&gt;Both include endpoints and example requests.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="493" data-end="520"&gt;&lt;STRONG data-start="493" data-end="518"&gt;Quick learning paths:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="521" data-end="750"&gt;
&lt;LI data-start="521" data-end="696"&gt;
&lt;P data-start="523" data-end="696"&gt;Search YouTube for &lt;STRONG data-start="542" data-end="575"&gt;“Magento 2 REST API tutorial”&lt;/STRONG&gt; and &lt;STRONG data-start="580" data-end="612"&gt;“Magento 2 GraphQL tutorial”&lt;/STRONG&gt; — you’ll find step-by-step examples with Postman, JS/PHP clients, and Auth setup.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="697" data-end="750"&gt;
&lt;P data-start="699" data-end="750"&gt;Magento devdocs has example curl calls and schemas.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="752" data-end="763"&gt;&lt;STRONG data-start="752" data-end="761"&gt;Tips:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="764" data-end="939"&gt;
&lt;LI data-start="764" data-end="826"&gt;
&lt;P data-start="766" data-end="826"&gt;Use &lt;STRONG data-start="770" data-end="801"&gt;OAuth or integration tokens&lt;/STRONG&gt; for secure API access.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI data-start="827" data-end="939"&gt;
&lt;P data-start="829" data-end="939"&gt;For server-side code, leverage &lt;A title="Magento development service" href="https://www.agentosupport.com/" target="_self"&gt;Magento development service&lt;/A&gt; contracts and repositories instead of raw SQL where possible.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P data-start="941" data-end="1093"&gt;If you tell me your platform (Postman, PHP, JS) and what data you need to connect to (orders, products, customers), I can point to exact docs/tutorials.&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/ARTICLE&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Jan 2026 12:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connect-to-Magento-2/m-p/2541949#M15370</guid>
      <dc:creator>ashleybrown</dc:creator>
      <dc:date>2026-01-29T12:31:19Z</dc:date>
    </item>
  </channel>
</rss>

