Links

Create Import Job

post
https://{{accountSlug}}.myeshopbox.com/api/platform
/v1/import-job
Create Import job
curl
curl --location --request POST 'https://{{accountSlug}}.myeshopbox.com/api/platform/v1/import-job' \
--header 'Content-Type: application/json' \
--header 'Authorization: {{Access-Token}}'
--data-raw '{
"jobType": "base_product",
"filePath":"vcsyugxyuasxgasyu.com",
"importFilters": {
"otherDetails": {
"dateFrom": "2019-10-02",
"dateTo": "2019-12-11",
"neftId": "NEFT/101100180GN00020123",
"requestStatus": "",
"portalId": 1
}
}
}'