Shops > Tasks
Our system represents all long-running processes through the Tasks API. Functions such as file processing or CSV imports/exports are monitored with tasks. A user interface can intermittently fetch a specific task to verify its status and progress. Tasks have the ability to report error messages and may provide a link to the resultant file.
Endpoints
Endpoint | Description |
---|---|
shardedTasks | Get sharded tasks |
tasks | Get shop tasks |
tasksCreate | Create task |
tasksDelete | Delete task |
tasksModify | Modify task |
tasksResult | Download task result |
Types
Types |
---|
ShardedTaskExpandableItems |
Task |
TaskCreate |
TaskModify |
TaskTypeParam |