查询仓组和产品组
更新时间: 2026-03-23 18:31:56 访问次数:14
接口说明
通过本接口可查询智能推荐配置中的仓组和产品组信息,需要配合创建出库单接口一起使用。
接口名称
wh.outbound.recommend.queryRecommendStrategy
请求说明
| 请求内容 | 说明 |
|---|---|
| URL | https://openapi.winit.com.cn/openapi/service |
| 接口测试 | https://sandboxopenapi.winit.com.cn/openapi/service |
| 验证方法 | Token,md5 |
| 格式 | json |
| 字符编码 | UTF-8 |
| http请求方式 | http |
| 请求数限制 | 默认每分钟1000,1000有需要可申请加大。 |
请求入参
| 名称 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|
| countryCode | String() | 否 | 国家编码(二字编码) | US |
| storeType | String() | 否 | 电商平台 | eBay,Amazon,Wish,TikTok,Temu,Shopify,OTTO,AliExpress,Shein,Other |
返回出参
返回参数说明:正确的返回编码code:0及结果data,错误的返回错误码及错误信息msg。
| 名称 | 类型 | 说明 | 示例 |
|---|---|---|---|
| -countryCode | String() | 国家编码 | US |
| -warehouseGroupCode | String() | 仓组编码 | |
| –warehouseGroupName | String() | 仓组名称 | |
| –storeTypeList | Array | 平台列表 | [“ebay”,”temu”] |
| orderSourceList | Array | 订单来源列表 | [“API”,”MI”] |
| -warehouseList | Array | 仓库列表 | |
| –warehouseCode | String() | 仓库编码 | |
| –warehouseName | String() | 仓库名称 | |
| –outboundPriority | Integer | 仓库优先级 | |
| -productGroupList | Array | WINIT产品组列表 | |
| –productGroupCode | String() | WINIT产品分组编码 | |
| –productGroupName | String() | WINIT__产品分组名称 | |
| –products | Array | WINIT__产品分组名称 | |
| —productCode | String() | WINIT__产品编码 | |
| —productName | String() | WINIT__产品名称 | |
| —priority | Integer | 优先级 |
返回示例
{"configList": [{"countryCode":"US","warehouseGroupCode":"US_Group","warehouseGroupName":"美国仓组","storeTypeList":["ebay","temu",],"orderSourceList":["API","PS",],"warehouseList":[{"warehouseCode":"US0001","warehouseName":"USWC Warehouse","outboundPriority":1}],"productGroupList":[{"productGroupCode":"PRODUCT_GROUP","productGroupName":"美国产品组","products":[{"productCode":"OSF811006991","productName":"UPS - Ground (Standard 1-5 Business Days)-US","priority":1}]}],}]}
