Response received from Get Cart API of ApplicationClient – Cart API and PlatformClient Cart API are not matching to the response received from the web-browser
FDK Logger - prints the similar response received from web browser.
CartDetailResponse detailResponse = appClient.getCart().getCart(id, i, b, assignCardId, areaCode, buyNow,
constructRequestHeaders(headers));
But CartDetailResponse provided by API is the downsized/minimized response then the actual response received from Core API.
@Pitchaimani Can you Please specify what FDK version you are using? Also, let me know the required fields in the FDK response that are present in the Web API response.
Hello @shubh / @Akshay , can we try comparing the web response of GET https://jiomartplaypitcompany.jiox1.de/api/service/application/cart/v1.0/detail?area_code=400001&b=true&i=true with following FDK method responses:
Java FDK method getCart which @Pitchaimani is asking/mentioned about.
JavaScript FDK method getCart (just to check if it’s varying from language-specific FDK to FDK)