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}

    • Related Articles

    • Products

      Use of Route:/api/products Protected:True Attributes Id:Integer Provider_reference:string Name:string Ean13:string Reference:string Product_ids:Array Universal:Boolean Roads Get / Returns the product list Get /{id} Returns details of the product ...
    • 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 ...
    • 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} ...
    • 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 ...
    • 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 Required id, name ...