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.