Exporting to ElasticSearch

Exporting to ElasticSearch

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!


    • Related Articles

    • 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 ...
    • 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 ...
    • 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 ...
    • Export to PrestaShop

      Use Road:/api/export_to Protected:true Attributes scope:string (case sensitive) onlyFor:integer startAt:integer onlyMissing:boolean Roads Put /prestashop Required scope Optional startAt, onlyFor, onlyMissing Exports data to PrestaShop based on the ...
    • 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 ...