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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2017
09:28 PM
12-06-2017
09:28 PM
Pulling magento product list through magja connector
Labels:
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2017
02:17 PM
12-08-2017
02:17 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2017
09:01 PM
12-10-2017
09:01 PM
Re: Pulling magento product list through magja connector
Damian Culotta yes, the version should be 1.x. Does this have an effect on what we are trying to do here? Please clarify. If yes, could you suggest some way to get all the attributes? We aim to use Java only.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2017
02:18 PM
12-11-2017
02:18 PM
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).