商品商品图片查询商品图片数量版本:202607查询商品图片数量 GET /openapi/2026-07/products/:product_id/images/count 返回指定商品的图片总数。 请求 Path参数product_id string必填商品 ID 响应200OKapplication/json数据结构示例数据结构codestring错误码messagestring错误信息data objectcountint32数量{ "code": "string", "message": "string", "data": { "count": 0 }}