API Problems v4.1.4

Hello everyone, We are developing Shopware connector for one of our clients and this is the first time we are using shopware. So, you can say that we are shopware noobies :slight_smile: At the moment we are playing with the api just to see how it works and we’ve noticed something while sending requests to list PropertyGroups via: /api/properties. Instead of receiving response with list of objects (like we do when browsing articles) we are getting following response: {"success":false,"message":"Resource not found"} Are we doing something wrong? We would appreciate if someone could help us with this. Kind Regards, Petar

Hi all, Luckily we’ve found the issue. Following comment in the source code mislead us: /\*\* \* Get list of properties \* \* GET /api/properties/ \*/ public function indexAction() { ... Correct URI is: /api/propertyGroups But now, we have another question. It’s seems that in the response object option values are not included :(. Is there a way to retrieve those values? Thanks, Petar

Hi all, Well, we’ve solved it buy extending PropertyGroups controller … Cheers, Petar