文档中心 > API类目 > CRM猎户座前台

alibaba.crm.refund.xiaoman.refund.info.batchquery (小满订单行退款批量查询)

小满订单行退款批量查询

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
global_id String 必须 4053738002 客户globalId
item_list String 必须 P2506309029254759_1 订单列表

响应参数

名称 类型 示例值 描述
result ResultDTO 返回
  • └ error_desc
  • String
  • null
  • 错误信息
  • └ error_msg_list
  • String []
  • 错误信息
  • └ success
  • Boolean
  • true
  • 是否成功
  • └ error_info_code
  • String
  • null
  • 错误code
  • └ error_code
  • String
  • null
  • 错误code
  • └ error_msg
  • String
  • null
  • 错误信息
  • object
  • OkkiAllRefundByOrderItemDto []
  • 返回结果
  • refund_list
  • OkkiAllRefundByOrderItemItemDto []
  • 订单行退款列表
  • └ refund_type
  • String
  • itemNum
  • 退款类型
  • └ refund_status
  • String
  • unExpectedStop
  • 退款状态
  • └ refund_apply_no
  • String
  • T2511272403420750
  • 退款单号
  • └ last_operate_time
  • String
  • 2025-11-28 09:56:18
  • 最近操作时间
  • └ ali_order_product_id
  • String
  • P2506309029254759_1
  • 订单行号
  • └ ali_cgs
  • String
  • 4053738002
  • 客户gid

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaCrmRefundXiaomanRefundInfoBatchqueryRequest req = new AlibabaCrmRefundXiaomanRefundInfoBatchqueryRequest();
req.setGlobalId("4053738002");
req.setItemList("P2506309029254759_1");
AlibabaCrmRefundXiaomanRefundInfoBatchqueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_crm_refund_xiaoman_refund_info_batchquery_response>
    <result>
        <error_desc>null</error_desc>
        <success>true</success>
        <error_info_code>null</error_info_code>
        <error_code>null</error_code>
        <error_msg>null</error_msg>
        <object>
            <okki_all_refund_by_order_item_dto>
                <refund_list>
                    <okki_all_refund_by_order_item_item_dto>
                        <refund_type>itemNum</refund_type>
                        <refund_status>unExpectedStop</refund_status>
                        <refund_apply_no>T2511272403420750</refund_apply_no>
                        <last_operate_time>2025-11-28 09:56:18</last_operate_time>
                    </okki_all_refund_by_order_item_item_dto>
                </refund_list>
                <ali_order_product_id>P2506309029254759_1</ali_order_product_id>
                <ali_cgs>4053738002</ali_cgs>
            </okki_all_refund_by_order_item_dto>
        </object>
    </result>
</alibaba_crm_refund_xiaoman_refund_info_batchquery_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

返回
顶部