<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sanjeev Kumar</title>
    <description>The latest articles on DEV Community by Sanjeev Kumar (@sanjeevkr).</description>
    <link>https://dev.to/sanjeevkr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3921108%2Fd0890778-9e35-49eb-a8bf-d1069dfea73a.jpeg</url>
      <title>DEV Community: Sanjeev Kumar</title>
      <link>https://dev.to/sanjeevkr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sanjeevkr"/>
    <language>en</language>
    <item>
      <title>Contributing to Magento 2 Open Source: Product Export from Admin Grid</title>
      <dc:creator>Sanjeev Kumar</dc:creator>
      <pubDate>Sat, 09 May 2026 06:03:22 +0000</pubDate>
      <link>https://dev.to/sanjeevkr/contributing-to-magento-2-open-source-product-export-from-admin-grid-29ip</link>
      <guid>https://dev.to/sanjeevkr/contributing-to-magento-2-open-source-product-export-from-admin-grid-29ip</guid>
      <description>&lt;p&gt;As developers, we often come across small gaps in software that can improve day-to-day work. While working with Magento 2, I noticed that exporting products directly from the product grid mass action was missing.&lt;/p&gt;

&lt;p&gt;To contribute to the Magento 2 open-source community, I created a Magento 2 extension that adds product export options directly inside the admin product grid.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What problem does it solve?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;In Magento 2, filtering products in the admin grid is common. However, exporting only filtered or selected products is not straightforward.&lt;/p&gt;

&lt;p&gt;This extension makes the process easier by adding export options directly to the Products Grid Mass Actions.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The extension adds two new mass actions:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Instant Export Product(s)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This option immediately downloads the filtered or selected products.&lt;/p&gt;

&lt;p&gt;Useful when:&lt;/p&gt;

&lt;p&gt;You need a quick export&lt;br&gt;
You want to download products instantly&lt;br&gt;
You are working with a smaller product set&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Export Product(s)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This option adds the export task to Magento’s default export queue.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Useful when:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You are exporting selected products&lt;br&gt;
You prefer quick export process&lt;br&gt;
You want background processing for filtered products&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to Export Products&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Using the extension is simple:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open the Magento Admin Product Grid&lt;/li&gt;
&lt;li&gt;Apply filters to narrow down the products you need&lt;/li&gt;
&lt;li&gt;Select products using checkboxes&lt;/li&gt;
&lt;li&gt;Choose one of the mass actions:

&lt;ul&gt;
&lt;li&gt;Instant Export Product(s) for immediate download&lt;/li&gt;
&lt;li&gt;Export Product(s) to add the export to Magento’s queue&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Open Source Contribution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This extension is open source and created as a small contribution to the Magento 2 community. Feedback, suggestions, and contributions are always welcome.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Git Repository&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/sanjeev-kr/magento2-export-products" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Documentation&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Complete installation and usage instructions are available in the README file inside the repository.&lt;/p&gt;

&lt;p&gt;If you work with Magento 2 and often need filtered product exports, this extension may save some time in your daily workflow.&lt;/p&gt;

</description>
      <category>magneto2</category>
      <category>opensource</category>
      <category>magentodevelopment</category>
      <category>ecommerce</category>
    </item>
  </channel>
</rss>
