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!
    • Documents

      Use of Route : /api/documents Protected : true Routes GET /{ps_id} List all documents whose Prestashop ID is {ps_id} GET /{ps_id}/{document_name} Retrieves the details of a document, based on the Prestashop ID {ps_id} and the document name ...
    • Settings

      Use of Route : /api/settings Protected : True Routes GET / Retrieves the panel settings
    • Companies

      Use of Route:/api/companies Protected:True Roads Get / List all available shops
    • KPI

      Use of Route : /api/kpis Protected : true Routes GET / Returns the list of available KPIs