cancel
Showing results for 
Search instead for 
Did you mean: 

Pulling magento product list through magja connector

Pulling magento product list through magja connector


 

I am trying to pull the product list for a magento store using the api key and password, using the code given at https://github.com/magja/magja. However, I am getting only two attributes associated with each product, the rest of them are coming as "null". Also, I get a field as set, which shows that the product attribute set being pulled has an id different from the default attribute set id. Can anyone please explain what is the issue here, and how can we pull all the attributes?

3 REPLIES 3

Re: Pulling magento product list through magja connector

Hi @amit_adyogi,

 

That code/library seems to be valid only for Magento 1.

Which version of Magento are you using?

Re: Pulling magento product list through magja connector

Re: Pulling magento product list through magja connector

Hi @amit_adyogi,

 

Sorry but last tiem I've used Java was 12 years ago so I'm a little bit rusty.

Maybe you can perform your tests using curil and then you should be able to translate the calls to your Java rest library (I guess).