Exports data to PrestaShop matching parameters.
- scope : only accepts Type, Modele, Manufacturer, ModeleAssociation;
- startAt : export models whose external id is greater or equal to the given one;
- onlyFor : export only one model whose external id is equal to the given one;
- 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.