Get Order List from AliExpress
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| param0 | OrderQuery | 可选 | param | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | PaginationResult | 1 | result |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AliexpressSolutionOrderGetRequest req = new AliexpressSolutionOrderGetRequest();
AliexpressSolutionOrderGetRequest.OrderQuery obj1 = new AliexpressSolutionOrderGetRequest.OrderQuery();
obj1.setCreateDateEnd("2017-10-12 12:12:12");
obj1.setCreateDateStart("2017-10-12 12:12:12");
obj1.setModifiedDateStart("2017-10-12 12:12:12");
obj1.setOrderStatusList("SELLER_PART_SEND_GOODS");
obj1.setBuyerLoginId("test");
obj1.setPageSize(20L);
obj1.setModifiedDateEnd("2017-10-12 12:12:12");
obj1.setCurrentPage(1L);
obj1.setOrderStatus("SELLER_PART_SEND_GOODS");
req.setParam0(obj1);
AliexpressSolutionOrderGetResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
<aliexpress_solution_order_get_response>
<result>
<error_message>1</error_message>
<total_count>1</total_count>
<target_list>
<order_dto>
<timeout_left_time>120340569</timeout_left_time>
<seller_signer_fullname>cn1234</seller_signer_fullname>
<seller_operator_login_id>cn1234</seller_operator_login_id>
<seller_login_id>cn1234</seller_login_id>
<product_list>
<order_product_dto>
<total_product_amount>
<currency_code>USD</currency_code>
<amount>1.01</amount>
</total_product_amount>
<son_order_status>PLACE_ORDER_SUCCESS</son_order_status>
<sku_code>12</sku_code>
<show_status>PLACE_ORDER_SUCCESS</show_status>
<send_goods_time>2017-10-12 12:12:12</send_goods_time>
<send_goods_operator>WAREHOUSE_SEND_GOODS</send_goods_operator>
<product_unit_price>
<currency_code>USD</currency_code>
<amount>1.01</amount>
</product_unit_price>
<product_unit>piece</product_unit>
<product_standard></product_standard>
<product_snap_url>http://www.aliexpress.com:1080/snapshot/null.html?orderId\u003d1160045860056286</product_snap_url>
<product_name>mobile</product_name>
<product_img_url>http://g03.a.alicdn.com/kf/images/eng/no_photo.gif</product_img_url>
<product_id>2356980</product_id>
<product_count>1</product_count>
<order_id>222222</order_id>
<money_back3x>false</money_back3x>
<memo>1</memo>
<logistics_type>EMS</logistics_type>
<logistics_service_name>EMS</logistics_service_name>
<logistics_amount>
<currency_code>USD</currency_code>
<amount>1.01</amount>
</logistics_amount>
<issue_status>END_ISSUE</issue_status>
<issue_mode>w</issue_mode>
<goods_prepare_time>3</goods_prepare_time>
<fund_status>WAIT_SELLER_CHECK</fund_status>
<freight_commit_day>27</freight_commit_day>
<escrow_fee_rate>0.01</escrow_fee_rate>
<delivery_time>5-10</delivery_time>
<child_id>23457890</child_id>
<can_submit_issue>false</can_submit_issue>
<buyer_signer_last_name>1</buyer_signer_last_name>
<buyer_signer_first_name>1</buyer_signer_first_name>
<afflicate_fee_rate>0.03</afflicate_fee_rate>
</order_product_dto>
</product_list>
<phone>false</phone>
<payment_type>ebanx101</payment_type>
<pay_amount>
<currency_code>USD</currency_code>
<amount>1.01</amount>
</pay_amount>
<order_status>PLACE_ORDER_SUCCESS</order_status>
<order_id>1160045860056286</order_id>
<order_detail_url>http</order_detail_url>
<logistics_status>NO_LOGISTICS</logistics_status>
<logisitcs_escrow_fee_rate>1</logisitcs_escrow_fee_rate>
<loan_amount>
<currency_code>USD</currency_code>
<amount>1.01</amount>
</loan_amount>
<left_send_good_min>1</left_send_good_min>
<left_send_good_hour>1</left_send_good_hour>
<left_send_good_day>1</left_send_good_day>
<issue_status>END_ISSUE</issue_status>
<has_request_loan>false</has_request_loan>
<gmt_update>2017-10-12 12:12:12</gmt_update>
<gmt_send_goods_time>2017-10-12 12:12:12</gmt_send_goods_time>
<gmt_pay_time>2017-10-12 12:12:12</gmt_pay_time>
<gmt_create>2017-10-12 12:12:12</gmt_create>
<fund_status>WAIT_SELLER_CHECK</fund_status>
<frozen_status>IN_FROZEN</frozen_status>
<escrow_fee_rate>1</escrow_fee_rate>
<escrow_fee>
<currency_code>USD</currency_code>
<amount>1.01</amount>
</escrow_fee>
<end_reason>buyer_confirm_goods</end_reason>
<buyer_signer_fullname>test</buyer_signer_fullname>
<buyer_login_id>test</buyer_login_id>
<biz_type>AE_RECHARGE</biz_type>
<offline_pickup_type>RU_OFFLINE_SELF_PICK_UP_EXPRESSION</offline_pickup_type>
</order_dto>
</target_list>
<page_size>1</page_size>
<error_code>1</error_code>
<current_page>1</current_page>
<total_page>1</total_page>
<success>true</success>
<time_stamp>1</time_stamp>
</result>
</aliexpress_solution_order_get_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|