cancel
Showing results for 
Search instead for 
Did you mean: 

Can we bulk import products in Magento 2 using XML file URL?

SOLVED

Can we bulk import products in Magento 2 using XML file URL?

Hello, can we have the option of importing different product types in the Magento 2 store in bulk using an XML file URL containing the product data?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Can we bulk import products in Magento 2 using XML file URL?

Yes, you can bulk import products into the Magento 2 store using the Magento 2 Product Import Using XML URL extension.

Using this extension you can -  

  • Import simple, virtual, and configurable products using XML URLs.
  • Utilize cron to import products using the Magento 2 Product Import using XML URL.
  • Map the product attribute in the admin configuration.
  • Enable or disable the extension from the configuration settings.
  • Category automatically created and product assigned if the respective category does not exist.

Hope this helps!

 

View solution in original post

1 REPLY 1

Re: Can we bulk import products in Magento 2 using XML file URL?

Yes, you can bulk import products into the Magento 2 store using the Magento 2 Product Import Using XML URL extension.

Using this extension you can -  

  • Import simple, virtual, and configurable products using XML URLs.
  • Utilize cron to import products using the Magento 2 Product Import using XML URL.
  • Map the product attribute in the admin configuration.
  • Enable or disable the extension from the configuration settings.
  • Category automatically created and product assigned if the respective category does not exist.

Hope this helps!