cancel
Showing results for 
Search instead for 
Did you mean: 

ProductsResource REST response doesn't bring all the product details

Former Member
0 Kudos

Hi, I am trying to access Product Resource through REST service. http://localhost:9001/ws410/rest/products

This service lists all the products, but it doesn't contain all the informations of each individual product.

The Response contains,

false

false

false

It contains only the code and URI, where I need all the other details as well. I have done some research and found that "ProductsResource" is serving the request and it uses "ProductDTO" for forming individual product details. When I check ProductDTO all the product related informations are available, but it is not fetched as part of "Products" request. What could be the reason for this ?

Thanks, Balu Sethuraman

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_probst
Active Participant
0 Kudos

if you are using hybris 5 you should use the https://wiki.hybris.com/display/release5/Omni+Commerce+Connect+Module which uses the generated Data-Beans, Facades etc. instead of https://wiki.hybris.com/display/release5/platformwebservices+Extension+-+Technical+Guide.