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