Hello,
I am newbie here and wanted to know how to fetch information for product in Item Listing Rest API.
I want data for all the item as below json format.
{
Item name,
Item Image,
Item price from Item Price List,
Item Offer,
Item Vat / Tax information,
Item Rating
}
All the above fields are from different different tables and we need to fetch it with left join and right join.
so how to fetch the above fields in one api call?