product_id, name, reference, supplier_reference, ean13, status
Updates the product whose ID is {id} based on request's body
Post
/
Required
product_ids, status
Changes the status with the value ofStatusfor the products whose ID are contained in the array product_ids,This array can only have a maximum of 1000 entries.
The status parametercan only have one of the following values: Independent, Universal, Specific
Delet
/{id}
Delete the product whose ID is {id} and all compatibilities concerning it
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 ...
Route /api/compats Protected true modele_id integer product_id integer year integer GET / Return compatibilities index list GET /modeles/{id} Return compatibilities found matching modele_id {id} GET /products/{id} Return compatibilities found ...
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 ...
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 ...
Usage Route : /api/export Protected : true Endpoints GET / Export all your model/product associations to ElasticSearch. DELETE /delete Empty your ElasticSearch index. Warning : this operation is not reversible!