Hi Team
With fdk version: v1.8.0-unreleased-SNAPSHOT , i am not able to get response from fdk method getCategories(), 2 days before i was able to get the success response but today not able to get the response. Kindly suggest the stable fdk version ??
Below code we implemented in order to get the amante product categories info:
CatalogApplicationService applicationClient =
extensionService.getApplicationClient("64f06b3582b324fd25fe2beb", "NKUsmKEuW").catalog;
CatalogApplicationModels.CategoryListingResponse response = applicationClient.getCategories(department);
Error:
The application encountered an unexpected error and could not continue.
at com.sdk.application.catalog.CatalogApplicationService.getCategories(CatalogApplicationService.java:532) ~[fdk-client-java-v1.8.0-unreleased-80e42458d7-1.jar:1.0-SNAPSHOT]
at com.amante.service.CommonService.getCategories(CommonService.java:48) ~[classes/:na]
at com.amante.controller.CommonController.productInfo(CommonController.java:57) ~[classes/:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[na:na]
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:568) ~[na:na]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:207) ~[spring-web-6.0.3.jar:6.0.3]