注意:以下文档只适用于TOP接口,请谨慎使用!

taobao.retrieve.strategy.find (商家挽单查询策略详情接口)

商家挽单查询策略详情接口

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
strategy_id Number 必须 2121 策略ID

响应参数

名称 类型 示例值 描述
strategy String {\"agreedReturnText\":\"亲爱的实在抱歉,我们的商品没有让您满意,这边已经同意您的退货退款申请。想和您了解下具体的退款原因,期待您的回复\",\"crowdTags\":[\"U_PLUS\"],\"extMap\":{},\"greaterThanPayTimeDay\":12,\"id\":128,\"itemIdList\":[941666272067,941086148772,941084436874,940610650132,940585186988,938127004335,933404818682,933145715497,931087816151,927528057504],\"itemType\":\"ALL\",\"limitFee\":1,\"limitRefundTime\":1,\"maxLimitFee\":\"14\",\"name\":\"自定义挽单-开放策略1\",\"options\":[{\"code\":\"1\",\"optionExt\":{},\"relatedGoodsId\":[],\"reverseType\":\"1\"},{\"code\":\"2\",\"optionExt\":{},\"relatedGoodsId\":[\"7483707001\"],\"relatedGoodsType\":\"BENEFIT\",\"reverseType\":\"1\"},{\"code\":\"7\",\"optionExt\":{},\"relatedGoodsId\":[],\"reverseType\":\"2\"},{\"code\":\"13\",\"optionExt\":{},\"partRefundType\":\"RATE\",\"relatedGoodsId\":[],\"reverseType\":\"2\"},{\"code\":\"15\",\"optionExt\":{},\"relatedGoodsId\":[],\"reverseType\":\"3\"},{\"code\":\"13\",\"optionExt\":{},\"partRefundType\":\"RATE\",\"relatedGoodsId\":[],\"reverseType\":\"3\"},{\"code\":\"11\",\"optionExt\":{},\"relatedGoodsId\":[],\"reverseType\":\"3\"},{\"code\":\"16\",\"optionExt\":{},\"relatedGoodsId\":[\"7483707001\"],\"relatedGoodsType\":\"BENEFIT\",\"reverseType\":\"6\"}],\"reasonList\":[\"快递无跟踪记录\",\"快递/物流一直未送到\",\"空包裹\",\"未按约定时间发货\"],\"reasonType\":\"CONTAIN\",\"receivedRefundText\":\"亲爱的实在抱歉,我们的商品没有让您满意,我们将尽快处理您的退款申请。想和您了解下具体的退款原因,期待您的回复\",\"receivedSendText\":\"Y\",\"refundTypes\":[\"1\",\"2\",\"3\",\"6\"],\"retrieveContactTypes\":[\"0\",\"2\"],\"returnSendText\":\"Y\",\"sceneCodes\":[\"1\"],\"sendTextMap\":{},\"strategyType\":\"DEFAULT\",\"timeoutAutoAgree\":true,\"toReturnText\":\"亲爱的实在抱歉,我们的商品没有让您满意。想和您了解下具体的退款原因,期待您的回复\",\"unshipRefundText\":\"很抱歉我们的商品没能让您满意,补送您一张优惠券,欢迎您继续选购店铺其他商品~\",\"unshippedSendText\":\"Y\",\"wayRefundText\":\"亲爱的实在抱歉,我们的商品没有让您满意,我们将尽快处理您的退款申请。想和您了解下具体的退款原因,期待您的回复\",\"waySendText\":\"Y\"} 策略详情的json字符串

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
RetrieveStrategyFindRequest req = new RetrieveStrategyFindRequest();
req.setStrategyId(2121L);
RetrieveStrategyFindResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<retrieve_strategy_find_response>
    <strategy>{\&quot;agreedReturnText\&quot;:\&quot;亲爱的实在抱歉,我们的商品没有让您满意,这边已经同意您的退货退款申请。想和您了解下具体的退款原因,期待您的回复\&quot;,\&quot;crowdTags\&quot;:[\&quot;U_PLUS\&quot;],\&quot;extMap\&quot;:{},\&quot;greaterThanPayTimeDay\&quot;:12,\&quot;id\&quot;:128,\&quot;itemIdList\&quot;:[941666272067,941086148772,941084436874,940610650132,940585186988,938127004335,933404818682,933145715497,931087816151,927528057504],\&quot;itemType\&quot;:\&quot;ALL\&quot;,\&quot;limitFee\&quot;:1,\&quot;limitRefundTime\&quot;:1,\&quot;maxLimitFee\&quot;:\&quot;14\&quot;,\&quot;name\&quot;:\&quot;自定义挽单-开放策略1\&quot;,\&quot;options\&quot;:[{\&quot;code\&quot;:\&quot;1\&quot;,\&quot;optionExt\&quot;:{},\&quot;relatedGoodsId\&quot;:[],\&quot;reverseType\&quot;:\&quot;1\&quot;},{\&quot;code\&quot;:\&quot;2\&quot;,\&quot;optionExt\&quot;:{},\&quot;relatedGoodsId\&quot;:[\&quot;7483707001\&quot;],\&quot;relatedGoodsType\&quot;:\&quot;BENEFIT\&quot;,\&quot;reverseType\&quot;:\&quot;1\&quot;},{\&quot;code\&quot;:\&quot;7\&quot;,\&quot;optionExt\&quot;:{},\&quot;relatedGoodsId\&quot;:[],\&quot;reverseType\&quot;:\&quot;2\&quot;},{\&quot;code\&quot;:\&quot;13\&quot;,\&quot;optionExt\&quot;:{},\&quot;partRefundType\&quot;:\&quot;RATE\&quot;,\&quot;relatedGoodsId\&quot;:[],\&quot;reverseType\&quot;:\&quot;2\&quot;},{\&quot;code\&quot;:\&quot;15\&quot;,\&quot;optionExt\&quot;:{},\&quot;relatedGoodsId\&quot;:[],\&quot;reverseType\&quot;:\&quot;3\&quot;},{\&quot;code\&quot;:\&quot;13\&quot;,\&quot;optionExt\&quot;:{},\&quot;partRefundType\&quot;:\&quot;RATE\&quot;,\&quot;relatedGoodsId\&quot;:[],\&quot;reverseType\&quot;:\&quot;3\&quot;},{\&quot;code\&quot;:\&quot;11\&quot;,\&quot;optionExt\&quot;:{},\&quot;relatedGoodsId\&quot;:[],\&quot;reverseType\&quot;:\&quot;3\&quot;},{\&quot;code\&quot;:\&quot;16\&quot;,\&quot;optionExt\&quot;:{},\&quot;relatedGoodsId\&quot;:[\&quot;7483707001\&quot;],\&quot;relatedGoodsType\&quot;:\&quot;BENEFIT\&quot;,\&quot;reverseType\&quot;:\&quot;6\&quot;}],\&quot;reasonList\&quot;:[\&quot;快递无跟踪记录\&quot;,\&quot;快递/物流一直未送到\&quot;,\&quot;空包裹\&quot;,\&quot;未按约定时间发货\&quot;],\&quot;reasonType\&quot;:\&quot;CONTAIN\&quot;,\&quot;receivedRefundText\&quot;:\&quot;亲爱的实在抱歉,我们的商品没有让您满意,我们将尽快处理您的退款申请。想和您了解下具体的退款原因,期待您的回复\&quot;,\&quot;receivedSendText\&quot;:\&quot;Y\&quot;,\&quot;refundTypes\&quot;:[\&quot;1\&quot;,\&quot;2\&quot;,\&quot;3\&quot;,\&quot;6\&quot;],\&quot;retrieveContactTypes\&quot;:[\&quot;0\&quot;,\&quot;2\&quot;],\&quot;returnSendText\&quot;:\&quot;Y\&quot;,\&quot;sceneCodes\&quot;:[\&quot;1\&quot;],\&quot;sendTextMap\&quot;:{},\&quot;strategyType\&quot;:\&quot;DEFAULT\&quot;,\&quot;timeoutAutoAgree\&quot;:true,\&quot;toReturnText\&quot;:\&quot;亲爱的实在抱歉,我们的商品没有让您满意。想和您了解下具体的退款原因,期待您的回复\&quot;,\&quot;unshipRefundText\&quot;:\&quot;很抱歉我们的商品没能让您满意,补送您一张优惠券,欢迎您继续选购店铺其他商品~\&quot;,\&quot;unshippedSendText\&quot;:\&quot;Y\&quot;,\&quot;wayRefundText\&quot;:\&quot;亲爱的实在抱歉,我们的商品没有让您满意,我们将尽快处理您的退款申请。想和您了解下具体的退款原因,期待您的回复\&quot;,\&quot;waySendText\&quot;:\&quot;Y\&quot;}</strategy>
</retrieve_strategy_find_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部