File
Upload and manage file assets stored in the merchant's media library.
Files are media and document assets uploaded to the merchant's store for use across products, pages, and content. Merchants and apps use the file library to manage shared static resources.
Provides endpoints to create and query upload tasks, list files, and retrieve or delete a file by URI.
List files
The Get File List API allows developers to retrieve a list of files stored on the server. This endpoint supports pagination and filtering based on the folder name.
Create upload file task
The Create Upload File Task API allows developers to upload files to the server. This endpoint supports uploading multiple files at once.
Get upload file task
The Get Upload File Task API retrieves the status and details of an upload task that was previously created using the task_id. It provides information about the task's progress, the number of files processed, and the results (success and failure lists)
Get file
The Get File Details API allows developers to retrieve detailed information about a specific file stored on the server. This endpoint requires the unique identifier of the file.
Delete file
The Delete File API allows developers to remove a specific file from the server. This endpoint requires the unique identifier of the file to be deleted.