Values of product characteristics

Values of product characteristics

Use

Road:/api/feature_values
Protected:true

Attributes

id:integer
name:translation

Roads

Get/
Returns the list of product characteristic values

Get/{id}
Returns details of the product characteristic value of ID {id}

Put/store
Requiredid, name
Create a product characteristic value using the body of the request

Post/{id}
Optionalname
Updates the product characteristic value {id} with the value given in the body of the request

Delete/{id}
Optionalfeature: {feature_value}
Removes the product characteristic value from ID {id}. If specified, replaces the value associated with {feature_value}

    • Related Articles

    • Associations of Product Character Values

      Use Road:/api/feature_associations Protected:true Attributes id:integer feature_id:integer (PUT, DELETE), object (POST) value_id:integer (PUT, DELETE), object (POST) Roads Get / Returns the list of characteristic associations products and values Get ...
    • Association of characteristics to a product

      Use Road:/api/product_features Protected:true Attributes id:integer feature_id:integer (PUT, DELETE), object (POST) product_id:integer (PUT, DELETE), object (POST) Roads Get / Returns the list of associations of characteristics to products Get ...
    • 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 Required id, name Creates a ...
    • Model characteristics

      Use Road:/api/specifications Protected:true Attributes id:integer group_id:integer name:translation url_rewrite:translation Roads Get / Return the list of specifications Get /{id} Returns the details of the specification corresponding to the ID {id} ...
    • Groups of model characteristics

      Use Road:/api/groups Protected:true Attributes id:integer name:translation url_rewrite:translation Roads Get / Returns the list of specification groups Get /{id} Returns the details of a specification group corresponding to the ID {id} Put /store ...