Hi,
am working on a django project in which I have export all products of my client to our application. I checked the ProductExport api. This api works but the file is saved in the import/export and we have to manually download the file and trigger the import script.
Is there an option so that when we trigger ProductExport, the generated file is automatically downloaded to our local system and we can automate the data import?
Thanks in advance.