Characteristics products

Characteristics products

Use

Road:/api/features
Protected:true

Attributes

id:integer
name:translation

Roads

Get/
Returns the list of product characteristics

Get/{id}
Returns the details of product characteristics whose ID is {id}

Put/store
Requiredid, name
Creates a character produced using the body of the request

Post/{id}
Requiredname
Updates product characteristics with the ID {id} based on information given in the body of the request

Delete/{id}
Optionalfeature: {feature_id}
Delete product characteristics whose ID is {id}. If specified, search for all associations containing this product feature and replace it with {feature_id}