Export to PrestaShop

Export to PrestaShop

Use

Road:/api/export_to
Protected:true

Attributes

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

Roads

Put/prestashop
Requiredscope
OptionalstartAt, onlyFor, onlyMissing
Exports data to PrestaShop based on the given parameters.
  1. scope: accepts only the following values: Type, Model, Manufacturer, Model Association;
  2. startAt: exports only models with a higher or equal than that given ID;
  3. onlyFor: exports only the model whose ID is equal to that given;
  4. onlyMissingonly exports data that have not yet been exported;
Restriction:The parametersstartAtandonlyForcannot be submitted 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

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