Groups of model characteristics
Use
Road:/api/groups
Protected:true
Attributes
id:integer
name:translation
url_rewrite:translation
Roads
Returns the list of specification groups
Returns the details of a specification group corresponding to the ID {id}
Put | /store |
Required | id, name |
Optional | url_rewrite |
Create a group of specifications using the request's body
Post | /{id} |
Required | ps_id, name, url_rewrite |
Update the ID specification group {id} based on keys and values given in the body of the request
Delete | /{id} |
Optional | group: {group_id} |
Delete the ID specification group {id}. If specified, reallocates existing specifications to another remaining group.
Related Articles
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} ...
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 ...
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 ...
Association of a feature with a model
Usage Route : /api/modele_specs Protected : true Attributes id : integer name : translated modele_id : integer specification_id : integer Endpoints GET / Return ModeleSpecifiation associations index list GET /modeles/{id} Return details of the ...
Rules of compatibility
Use Road:/api/rules Protected:true Roads Get / Returns the list of existing compatibility rules Get /{id} Returns the details of the rule whose ID is {id} Get /specification/{id} Returns the list of rules containing model carcatetristics whose ID is ...