Create Import Job
Create Import job
POST
https://{{accountSlug}}.myeshopbox.com/api/platform/v1/import-job
This endpoint allows you to create import job.
Headers
Name
Type
Description
Authorization
string
The Bearer token to grant access to the API.
Request Body
Name
Type
Description
job-Type
string
The type of task you want to run.
filePath
string
File path of uploaded file.
channelId
number
The channel for which file has been uploaded.
importFilters
string
Filter parameters required while uploading the respective file.
Last updated