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 ...