Cart image and name are returned null?

0 votes

Cart.Item      has

    public String itemId;
    public Integer quantity;
    public String name;
    public String image;
    public BigDecimal price;
    public BigDecimal totalAmount;

 

but the response from api give name  as null  and image url is null

only itemid price quantity and totalamount is ok

 

how can  show which item is it

 

now to get item via itemid  i need catalogname adn category name

but category name is unavailable in my case as i m paging and removing the data when new one arrives to avoid depleting ram on 10000s of items

plus loading a mobile device to search through thousands of items in catalog seems unfeasible

asked Nov 18, 2015 in App42 Cloud API-BaaS by harsimran1993 (10 points)

1 Answer

0 votes
Hello HarSimran,

 

Apologies for getting late back to you.

Could you please let us know in which SDK version and platform you are working on? It will help us to provide better support to you.

Regards,

Himanshu Sharma
answered Nov 19, 2015 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...