Update manufacturer by ID

PUT {{baseUrl}}/manufacturers/:id

Service urls:
http://yourdomain.com/api/rest_admin/manufacturers/{id}
OR
http://yourdomain.com/index.php?route=rest/manufacturer_admin/manufacturer&id={id}

Request Body

{"name"=>"<string>", "image"=>"<string>", "sort_order"=>"<integer>", "manufacturer_seo_url"=>[{"keyword"=>"<string>", "language_id"=>"<integer>", "store_id"=>"<integer>"}, {"keyword"=>"<string>", "language_id"=>"<integer>", "store_id"=>"<integer>"}], "manufacturer_store"=>["0", "0"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cinteger\u003e&quot;,&quot;error&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;data&quot;:&quot;\u003cobject\u003e&quot;}