on ‎2018 Nov 05 11:39 AM
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Products controller will expose any classification attributes ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dheekollu, the out-of-the-box electronics storefront based on accelerator does return the classification attributes. You can quickly check that by examining the response to i.e. https://localhost:9002/rest/v2/electronics/products/149243?fields=FULL
If that doesn't work for your store, maybe the modifications / customizations break the funcitonality. Also, which Hybris version are you using?
would be nice if you specify you problem more specific but for now take a look at the occ layer where products and their classificaiton attributes are exposed.
implementing class can be found in hybris/bin/ext-template/ycommercewebservices/web/src/de/hybris/platform/ycommercewebservices/v2/controller/ProductsController.java
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.