I am having issues when trying to use the PUT method in shopware on the articel resource. I keep getting this error http://prntscr.com/bvbx5e . And it works for POST and GET. I am using the ApiClient provided in the developers section. REST API - Basics . Are there some new changes in the 5.2 version? Is there a documentation or something that I could read?
Thanks,
Tried with the SDK that but I am getting a
GuzzleHttp\Exception\ClientException: Client error: GET http://mysite.com.mk/api/articles resulted in a 406 Not Acceptable response:
Hello,
Actually my primary problem was to do with my server mod_security settings, so nothing wrong with the SDK. If I encounter additional problems I will report them there.
Thank you :)