cancel
Showing results for 
Search instead for 
Did you mean: 

Magento import “XML RPC response” to other Magento platform

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento import “XML RPC response” to other Magento platform

I want to import all the categories and products which is at client side with all extra attributes too. There are more than 40k products.

We only have access of XML-RPC API call. Calling following methods to get data

  • catalog_category.tree
  • cataloginventory_stock_item.list
  • catalog_product.list
  • catalog_product.info
  • catalog_product_attribute_media.list
  • catalog_product_attribute_set.list

So how I can import these data in the same working condition to my local or new Magento Environment.

Highly appreciating any suggestion.