Export to PrestaShop

Export to PrestaShop

Utilisation

Route : /api/export_to
Protected : true

Attributs

scope : string (case sensitive)
onlyFor : integer
startAt : integer
onlyMissing : boolean

Routes

PUT/prestashop
Requiredscope
OptionalstartAt, onlyFor, onlyMissing
Exports data to PrestaShop matching parameters.
  1. scope : only accepts Type, Modele, Manufacturer, ModeleAssociation;
  2. startAt : export models whose external id is greater or equal to the given one;
  3. onlyFor : export only one model whose external id is equal to the given one;
  4. onlyMissing : restrict data being exported to the ones not already exported;
Restriction : startAt and onlyFor parameters can’t be set together within the same request.


    • Related Articles

    • 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!
    • Rules of compatibility

      Usage Route : /api/rules Protected : true Endpoints GET / Return Rules index list GET /{id} Return details of the Rule {id} GET /specification/{id} Return Rules’ index list containing specification {id} GET /feature/{id} Return Rules’ index list ...
    • Groups of model characteristics

      Usage Route : /api/groups Protected : true Attributes id : integer name : translated url_rewrite : translated Endpoints GET / Return Group index list GET /{id} Return details of the Group {id} PUT /store Required id, name Optional url_rewrite Create ...
    • Model characteristics

      Usage Route : /api/specifications Protected : true Attributes id : integer group_id : integer name : translated url_rewrite : translated Endpoints GET / Return Specifications index list GET /{id} Return details of the Specification {id} PUT /store ...
    • Values of product characteristics

      Usage Route : /api/feature_values Protected : true Attributes id : integer name : translated Endpoints GET / Return feature Values index list GET /{id} Return details of the feature Value {id} PUT /store Required id, name Create a feature Value using ...