Hello, Guys, please help me finding solution. I cann't use neither PUT nor POST methods on shopify (however successfully using GET). I get error:
{"status":400,"error":"The json provided is not formatted correctly: Error occurred while parsing request parameters"} although json validators says json is valid.
here is sample of json body request:
{"product":{"title":"Burton Custom Freestyle","status":"draft"}}