交易订单列表查询。订单状态会多一个全新的值RISK_CONTROL 该值的含义是订单处于风控24小时中,从买家在线支付完成后开始,持续24小时。
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| id | String | 必须 | cn12343523 | 卖家登录的login_id | |
| param1 | OrderListRequest | 必须 | 入参 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | OrderListVo | 出参 | |
|
|||
| result_success | Boolean | true | 调用是否成功 |
| error_code | String | SYSTEM_ERROR | 错误码 |
| error_message | String | system error | 错误信息 |
QimenCloudClient client = new DefaultQimenCloudClient(url, appkey, secret);
AliexpressTradeFindorderlistqueryRequest req = new AliexpressTradeFindorderlistqueryRequest();
req.setId("cn12343523");
AliexpressTradeFindorderlistqueryRequest.OrderListRequest obj1 = new AliexpressTradeFindorderlistqueryRequest.OrderListRequest();
obj1.setCreateDateEnd("10/08/2013 00:00:00");
obj1.setCreateDateStart("10/08/2013 00:00:00");
obj1.setOrderStatusList("");
obj1.setPage(1L);
obj1.setPageSize(20L);
obj1.setOrderStatus("PLACE_ORDER_SUCCESS");
obj1.setModifiedDateStart("10/08/2013 00:00:00");
obj1.setModifiedDateEnd("10/08/2013 00:00:00");
obj1.setBuyerLoginId("test");
req.setParam1(obj1);
AliexpressTradeFindorderlistqueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
<result>
<total_item>5</total_item>
<order_list>
<order_item_vo>
<logisitcs_escrow_fee_rate>0.01</logisitcs_escrow_fee_rate>
<left_send_good_min>30</left_send_good_min>
<left_send_good_hour>1</left_send_good_hour>
<left_send_good_day>2</left_send_good_day>
<product_list>
<order_product_vo>
<afflicate_fee_rate>0.03</afflicate_fee_rate>
<escrow_fee_rate>0.08</escrow_fee_rate>
<freight_commit_day>27</freight_commit_day>
<memo>information</memo>
<issue_mode>12345</issue_mode>
<sku_code>14</sku_code>
<order_id>1160045860056286</order_id>
<send_goods_time>2017-05-12 18:40:02</send_goods_time>
<delivery_time>5-10</delivery_time>
<goods_prepare_time>3</goods_prepare_time>
<logistics_amount>
<currency>
<display_name>US Dollar</display_name>
<symbol>$</symbol>
<currency_code>USD</currency_code>
<numeric_code>840</numeric_code>
<default_fraction_digits>2</default_fraction_digits>
</currency>
<currency_code>USD</currency_code>
<cent_factor>100</cent_factor>
<cent>2000</cent>
<amount>0</amount>
</logistics_amount>
<logistics_service_name>EMS</logistics_service_name>
<logistics_type>EMS</logistics_type>
<seller_signer_last_name>zhu</seller_signer_last_name>
<seller_signer_first_name>leon</seller_signer_first_name>
<buyer_signer_last_name>xia</buyer_signer_last_name>
<buyer_signer_first_name>horse_ifm</buyer_signer_first_name>
<product_id>32202975759</product_id>
<child_id>1160045860056286</child_id>
<total_product_amount>
<currency>
<display_name>US Dollar</display_name>
<symbol>$</symbol>
<currency_code>USD</currency_code>
<numeric_code>840</numeric_code>
<default_fraction_digits>2</default_fraction_digits>
</currency>
<currency_code>USD</currency_code>
<cent_factor>100</cent_factor>
<cent>10000</cent>
<amount>0</amount>
</total_product_amount>
<fund_status>NOT_PAY</fund_status>
<show_status>PLACE_ORDER_SUCCESS</show_status>
<issue_status>NO_ISSUE</issue_status>
<son_order_status>PLACE_ORDER_SUCCESS</son_order_status>
<product_unit_price>
<currency>
<display_name>US Dollar</display_name>
<symbol>$</symbol>
<currency_code>USD</currency_code>
<numeric_code>840</numeric_code>
<default_fraction_digits>2</default_fraction_digits>
</currency>
<currency_code>USD</currency_code>
<cent_factor>100</cent_factor>
<cent>10000</cent>
<amount>0</amount>
</product_unit_price>
<product_unit>piece</product_unit>
<product_count>1</product_count>
<product_standard>12345</product_standard>
<product_img_url>http://g03.a.alicdn.com/kf/images/eng/no_photo.gif</product_img_url>
<product_snap_url>http://www.aliexpress.com:1080/snapshot/null.html?orderId\u003d1160045860056286</product_snap_url>
<product_name>auto test product</product_name>
<send_goods_operator>SELLER_SEND_GOODS</send_goods_operator>
<can_submit_issue>false</can_submit_issue>
<money_back3x>false</money_back3x>
</order_product_vo>
</product_list>
<has_request_loan>false</has_request_loan>
<gmt_send_goods_time>2017-05-12 18:40:02</gmt_send_goods_time>
<escrow_fee>
<currency>
<display_name>US Dollar</display_name>
<symbol>$</symbol>
<currency_code>USD</currency_code>
<numeric_code>840</numeric_code>
<default_fraction_digits>2</default_fraction_digits>
</currency>
<currency_code>USD</currency_code>
<cent_factor>100</cent_factor>
<cent>100</cent>
<amount>0</amount>
</escrow_fee>
<escrow_fee_rate>1</escrow_fee_rate>
<frozen_status>NO_FROZEN</frozen_status>
<issue_status>NO_ISSUE</issue_status>
<logistics_status>NO_LOGISTICS</logistics_status>
<fund_status>NOT_PAY</fund_status>
<payment_type>migs</payment_type>
<gmt_pay_time>2017-05-12 20:40:02</gmt_pay_time>
<biz_type>AE_COMMON</biz_type>
<order_status>PLACE_ORDER_SUCCESS</order_status>
<loan_amount>
<currency>
<display_name>US Dollar</display_name>
<symbol>$</symbol>
<currency_code>USD</currency_code>
<numeric_code>840</numeric_code>
<default_fraction_digits>2</default_fraction_digits>
</currency>
<currency_code>USD</currency_code>
<cent_factor>100</cent_factor>
<cent>10000</cent>
<amount>0</amount>
</loan_amount>
<pay_amount>
<currency>
<display_name>US Dollar</display_name>
<symbol>$</symbol>
<currency_code>USD</currency_code>
<numeric_code>840</numeric_code>
<default_fraction_digits>2</default_fraction_digits>
</currency>
<currency_code>USD</currency_code>
<cent_factor>100</cent_factor>
<cent>12000</cent>
<amount>0</amount>
</pay_amount>
<timeout_left_time>-1160095430</timeout_left_time>
<seller_operator_aliid>2345678</seller_operator_aliid>
<seller_signer_fullname>leon zhu</seller_signer_fullname>
<seller_aliid>1234567</seller_aliid>
<buyer_signer_fullname>horse_ifm xia</buyer_signer_fullname>
<seller_login_id>zcl_cnfm</seller_login_id>
<buyer_login_id>cn1234567</buyer_login_id>
<order_detail_url>http://sdlk.htm</order_detail_url>
<gmt_create>2017-05-12 10:40:02</gmt_create>
<order_id>1160045860056286</order_id>
<phone>false</phone>
</order_item_vo>
</order_list>
</result>
<result_success>true</result_success>
<error_code>SYSTEM_ERROR</error_code>
<error_message>system error</error_message>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|