Hi,
I am using Broadleaf - 5.0.1 GA
I have created a custom class named CustomProductImpl extending ProductImpl and added a field warranty
and I have also created a CustomProductWrapper extending ProductWrapper and mentioned in applicationcontext.xml, I am also able to get a Product data with warranty when I call the following ProductDetailAPI
http://localhost:8080/api/v1/catalog/product/{PRODUCTID}
My question here is how can I get list of Products with customfield (warranty) extending any of the ProductListingAPI.
I tried creating a new Rest Client API for that and I dont know whether its a correct approach and I failed getting StackOverflow error.
Please guide me on this
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.