Methods
Entity Properties
import.search
import.search(null|object $filters, array $options = [])
Retrieve list of imports. Filtration could be applied.
Parameters
null | object
null- Retrieve list of all imports.object- Retrieve list of imports using specified Search Filters.
array
null- No options will be applied.object- Apply specified Search Options.
Return Value
An array of objects. Each object will contain Import Properties.Example Request
Get import details for one import id:Request
Example Response
Response
Error Codes
import.info
import.info (string $taskId, null|object $fields = [])
Retrieve full order information.
Parameters
string
Import unique ID.
null | object
null- Retrieve basic import properties.array- Defined list of properties to retrieve. “records” will add records information which is excluded by default.
Return Value
Object which contains the specified (or default if no fields parameter was given) Import Properties.Example Request
Get order information for the specified order:Request
Example Response
Response
Error Codes
import.create
import.create (string $data, string $entityType, null|object $options)
Import data.
Parameters
string
base64 encoded string.
string
Entity type. Allowed: “product”, “order”, “delivery”, “bom”.
null | object
Apply specified Import Options.
Return Value
The internal import id.Example Request
Request
Example Response
Response