catalog Category Repository V1Save Put
PUT {{baseUrl}}/V1/categories/:id
Create category service
Request Body
{"category"=>{"name"=>"<string>", "available_sort_by"=>["<string>", "<string>"], "children"=>"<string>", "created_at"=>"<string>", "custom_attributes"=>[{"attribute_code"=>"irure", "value"=>"ut Lorem"}, {"attribute_code"=>"ad Excepteur in dolor nisi", "value"=>"aute adipisicing non nisi"}], "extension_attributes"=>"<object>", "id"=>"<integer>", "include_in_menu"=>"<boolean>", "is_active"=>"<boolean>", "level"=>"<integer>", "parent_id"=>"<integer>", "path"=>"<string>", "position"=>"<integer>", "updated_at"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
""