Import fulfillments from FTP
Goal: to automatically create order fulfillments using source data files (csv, txt or tsv) stored on FTP server.
Core features:
- automatically logs in to FTP server
- processes unlimited number of files
- files are processed on a user defined schedule
- supports for partial fulfillments
- filters files using regex expression
- moves processed files to another directory (or removes it completely)
- renames processed files
- adding/removing tags to processed orders
- skipping source file rows based on column values
- skipping fulfillments based on order properties (tag, name etc)
Hooks will also allow you to define any custom action not listed above. Please get in touch with us at [email protected] if you need assistance!
This task is a variation of Import fulfillments from local file task. The main difference is source of data: task will look for files on a FTP server you specify.
Last modified 2yr ago