import.search
import.search(null|object $filters, array $options = [])
Retrieve list of imports. Filtration could be applied.
null
- Retrieve list of all imports.object
- Retrieve list of imports using specified Search Filters.null
- No options will be applied.object
- Apply specified Search Options.code | message |
---|---|
101 | Invalid filters given. Details in error message. |
import.info
import.info (string $taskId, null|object $fields = [])
Retrieve full order information.
null
- Retrieve basic import properties.array
- Defined list of properties to retrieve. “records” will add records information which is excluded by default.code | message |
---|---|
100 | Requested import does not exist. |
import.create
import.create (string $data, string $entityType, null|object $options)
Import data.
code | message |
---|---|
101 | Invalid filters given. Details in error message. |
103 | Invalid file type given. |
104 | Invalid file data given. |
105 | Internal error occurred. |
106 | Internal error occurred while converting the import file to CSV format. |
107 | Internal error occurred while scheduling import job. |