多语言图搜查询
接口概述
该接口用于根据图片ID获取商品信息列表。
POST /api/v3/platform/product/multiLangImageSearch
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 |
|---|---|---|---|---|
| imageId | String | 是 | 图片ID | 1 |
| pageNo | Integer | 是 | 页码,从1开始 | 1 |
| pageSize | Integer | 是 | 分页,最大不超过50,建议20效果最佳 | 20 |
| country | String | 否 | 语言,如en-英语,详细枚举请参考开发人员参考菜单 | en |
| sort | String | 否 | 排序参数,枚举参见解决方案介绍 | {“price”:”asc”} |
| outMemberId | String | 否 | 外部用户uid | 1 |
| priceStart | String | 否 | 批发价开始 | 10 |
| priceEnd | String | 否 | 批发价结束 | 20 |
| categoryId | String | 否 | 类目id | 1 |
| imageAddress | String | 否 | 图片地址 | |
| keyword | String | 否 | 在结果中搜索的关键词 | 书本 |
| auxiliaryText | String | 否 | 多模态图搜文案 | 热卖的 |
| productCollectionId | String | 否 | 寻源通工作台货盘ID | 21432232 |
| keywordTranslate | Boolean | 否 | 搜索词是否已经翻译,true的话直接搜索,不翻译关键词 | false |
返回参数
| 名称 | 类型 | 描述 | 示例值 |
|---|---|---|---|
| result | Object | product.search.imageQuery.result.ResultModelV 返回值 | - |
| » success | String | 是否成功 | 是 |
| » code | String | code | code |
| » message | String | message | message |
| result | Object | product.search.imageQuery.model.PageInfoV4 结果 | - |
| » totalRecords | Integer | 总数量 | 1 |
| » totalPage | Integer | 总页数 | 1 |
| » pageSize | Integer | 分页 | 1 |
| » currentPage | Integer | 分页 | 1 |
| data | Array | product.search.imageQuery.model.ProductInfoModelV3 数据 | - |
| » imageUri | String | 图片url | 图片url |
| » subject | String | 标题 | 标题 |
| » subjectTrans | String | 多语言标题 | 多语言标题 |
| » priceInfo | Object | product.search.imageQuery.model.PriceInfoV3 价格 | - |
| » » price | String | 价格 | 价格 |
| » » offerId | Long | 商品id | 商品id |
| » » isJxhy | Boolean | 是否精选货源 | 是否精选货源 |
| » » repurchaseRate | String | 复购率 | 13% |
| » » monthSold | Integer | 30天销量 | 1234 |
| » » traceInfo | String | 向1688上报打点数据 | object_id@620201390233^object_type@offer |
| » » isOnePsale | Boolean | 是否一件代发 | true |
| » » sellerIdentities | String[] | 商家身份 | [“super_factory-超级工厂”, “merchants-实力商家”, “tp_member-诚信通会员”] |
| » » offerIdentities | String[] | 商品标 | [“yx-严选”] |
| » » tradeScore | String | 商品交易评分 | 5.0 |
| » promotionModel | Object | product.search.imageQuery.model.PromotionModelV2 营销信息 | - |
| » » hasPromotion | Boolean | 是否有营销 | true |
| » » promotionType | String | 营销类型 | plus |
| » » topCategoryId | Long | 一级类目 | 1 |
| » » secondCategoryId | Long | 二级类目 | 2 |
| » » thirdCategoryId | Long | 三级类目 | 3 |
| » » isPatentProduct | Boolean | 是否为专利商品 | true |
| » » createDate | String | 商品创建时间 | 2024-04-20 08:00:00 |
| » » modifyDate | String | 商品修改时间 | 2024-04-20 08:00:00 |
| » » isSelect | Boolean | 跨境select货盘 | true |
| » sellerDataInfo | Object | product.search.imageQuery.model.SellerDataInfoV1 商品数据 | - |
| » » tradeMedalLevel | String | 卖家交易勋章等级 | 1 |
| » » compositeServiceScore | String | 综合服务体验分 | 1 |
| » » logisticsExperienceScore | String | 物流体验分 | 1 |
| » » disputeComplaintScore | String | 纠纷投诉处理分 | 1 |
| » » offerExperienceScore | String | 商品体验分 | 1 |
| » » afterSalesExperienceScore | String | 售后体验分 | 1 |
| » » consultingExperienceScore | String | 咨询体验分 | 1 |
| » » repeatPurchasePercent | String | 重复购买率 | 11 |
| » productSimpleShippingInfo | Object | product.search.imageQuery.model.ProductSimpleShippingInfo 简略发货信息 | - |
| » » shippingTimeGuarantee | String | 发货保障 | shipIn24Hours-24小时发货 |
| » » minOrderQuantity | Integer | 最小起批量 | 1 |
| » » token | String | 插件同店返佣标识 | 5L9Z368302iVlvwFxNdqnUIMVbKYHWGWcjs |
| » » promotionURL | String | 商品详情页链接 | 商品详情页链接 |
| » picRegionInfo | Object | com.alibaba.cbu.offer.model.PicRegionInfo 主体信息 | - |
| » » currentRegion | String | 当前主体 x0,y0,x1,y1 | 265,597,326,764 |
| » » yoloCropRegion | String | 所有主体 x0,y0,x1,y1;x0,y0,x1,y1 | 265,597,326,764:443,783,154,595 |
示例请求
{"imageId": "图片id","beginPage": 1,"pageSize": 20,"region": "266,799,48,581","filter": "shipInToday,ksCiphertext","sort": "{\"price\":\"asc\"}","outMemberId": "外部用户uid","priceStart": "10","priceEnd": "20","categoryId": "类目id","imageAddress": "图片地址","country": "en","keyword": "书本","auxiliaryText": "热卖的","productCollectionId": "21432232","keywordTranslate": false}
示例返回
{"result": {"success": "是","code": "code","message": "message"},"result": {"totalRecords": 1,"totalPage": 1,"pageSize": 1,"currentPage": 1,"data": [{"imageUrl": "图片url","subject": "标题","subjectTrans": "多语言标题","priceInfo": {"price": "价格","offerId": "商品id","isJxhy": "是否精选货源","repurchaseRate": "13%","monthSold": 1234,"traceInfo": "object_id@620201390233^object_type@offer","isOnePsale": true,"sellerIdentities": ["super_factory-超级工厂", "merchants-实力商家", "tp_member-诚信通会员"],"offerIdentities": ["yx-严选"],"tradeScore": "5.0"},"promotionModel": {"hasPromotion": true,"promotionType": "plus","topCategoryId": 1,"secondCategoryId": 2,"thirdCategoryId": 3,"isPatentProduct": true,"createDate": "2024-04-20 08:00:00","modifyDate": "2024-04-20 08:00:00","isSelect": true},"sellerDataInfo": {"tradeMedalLevel": 1,"compositeServiceScore": 1,"logisticsExperienceScore": 1,"disputeComplaintScore": 1,"offerExperienceScore": 1,"afterSalesExperienceScore": 1,"consultingExperienceScore": 1,"repeatPurchasePercent": "11"},"productSimpleShippingInfo": {"shippingTimeGuarantee": "shipIn24Hours","minOrderQuantity": 1,"token": "5L9Z368302iVlvwFxNdqnUIMVbKYHWGWcjs","promotionURL": "商品详情页链接"},"picRegionInfo": {"currentRegion": "265,597,326,764","yoloCropRegion": "265,597,326,764:443,783,154,595"}}]}}
