get https://{shopdomain}.myshoplaza.com/openapi/2022-01/file/task/
This API retrieves the status and details of an upload task that was previously created using the task ID (task_id). It provides information about the task’s progress, the number of files processed, and the results (success and failure lists).
Error Details
ErrorCode | Description | Possible reasons |
---|---|---|
400 | Bad Request | 1. Backend status indicates failure 2.Invalid domain url or credentials 3.Missing or empty task_id |
404 | Not Found | Missing or invalid data |
500 | StatusInternalServerError | 1.Aborted 2.Unimplemented 3.Unauthenticated 4.DeadlineExceeded 5. Response message parsing error |