版本:202201
File
上传和管理商家媒体库中的文件资源。
文件是商家上传到店铺的图片、文档等静态资源,可在商品、页面和内容中复用,由商家和应用统 一管理。
提供创建上传任务、查询上传任务进度、查询文件列表,以及按 URI 查询或删除文件等接口。
创建文件上传任务
创建异步文件上传任务,支持批量上传。
查询文件列表
分页返回文件列表。
查询文件上传任务详情
获取已创建的文件上传任务的状态和详情。
查询文件 详情
Retrieve detailed metadata and access information about a specific file using its unique file_uri. This endpoint is commonly used to fetch file properties, such as the name, size, type, and access URL.
删除文件
通过文件 ID 删除指定文件。