物流履约单据查询
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| search_request | ErpSearchFulfilOrdersRequest | 必须 | 搜索入参 | ||
|
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| result | PaginationResult | 结果 | |
|
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
LogisticsFulfilorderSearchRequest req = new LogisticsFulfilorderSearchRequest();
LogisticsFulfilorderSearchRequest.ErpSearchFulfilOrdersRequest obj1 = new LogisticsFulfilorderSearchRequest.ErpSearchFulfilOrdersRequest();
obj1.setEndModifyTime(StringUtils.parseDateTime("2024-03-28 10:05:00"));
obj1.setStartModifyTime(StringUtils.parseDateTime("2024-03-28 10:00:00"));
obj1.setPageNo(1L);
obj1.setTradeIdList("123123");
obj1.setPageSize(20L);
req.setSearchRequest(obj1);
LogisticsFulfilorderSearchResponse rsp = client.execute(req, sessionKey);
System.out.println(rsp.getBody());
<logistics_fulfilorder_search_response>
<result>
<err_desc>错误描述</err_desc>
<start>0</start>
<err_code>错误码</err_code>
<total_count>10</total_count>
<data_list>
<full_order_view_d_t_o>
<fulfilorder_item_list>
<fulfil_order_item_d_t_o>
<sc_item_name>美赞臣港版蓝臻升级版婴儿奶粉1段820g/罐</sc_item_name>
<sc_item_code>3243308</sc_item_code>
<sc_item_id>715355125479</sc_item_id>
<goods_qty>2</goods_qty>
<sub_trade_id>2099894485315482359</sub_trade_id>
<fx_sub_trade_id>111</fx_sub_trade_id>
<bar_code>8712045044513</bar_code>
<feature_map>{"key":"value"}</feature_map>
<trade_id>2099894485315482359</trade_id>
<fx_trade_id>111</fx_trade_id>
<combine_item_id>111</combine_item_id>
<combine_item_name>XXX</combine_item_name>
<combine_qty>1</combine_qty>
<item_id>111</item_id>
<item_code>XXX</item_code>
<item_name>XXX</item_name>
<sku_id>0</sku_id>
</fulfil_order_item_d_t_o>
</fulfilorder_item_list>
<fulfilorder>
<tms_code>DISTRIBUTOR_30764537</tms_code>
<gmt_modified>1711527120000</gmt_modified>
<fx_trade_id>111</fx_trade_id>
<order_status>300</order_status>
<owner_id>2299814231</owner_id>
<biz_order_status>800100</biz_order_status>
<trade_create_time>2023-03-28 10:00:00</trade_create_time>
<store_order_no>LBX03223115499428272</store_order_no>
<fx_trade_type>0</fx_trade_type>
<seller_id>2299814231</seller_id>
<trade_pay_time>2023-03-28 10:00:00</trade_pay_time>
<fx_seller_id>123</fx_seller_id>
<order_code>SCP517950131206</order_code>
<mail_nos>621113609142636</mail_nos>
<trade_id>-2</trade_id>
<store_code>CAN507</store_code>
<platform_source>213</platform_source>
<feature_map>{"key":"value"}</feature_map>
<fulfil_time_map>{"key":"value"}</fulfil_time_map>
<flag_feature_map>{"key":"value"}</flag_feature_map>
<error_code>XXX</error_code>
<error_message>联系人姓名超长</error_message>
<source_lg_order_code>LP0001</source_lg_order_code>
<consign_lg_order_code>LP0001</consign_lg_order_code>
</fulfilorder>
</full_order_view_d_t_o>
</data_list>
<request_success>true</request_success>
<limit>20</limit>
<total_page>1</total_page>
</result>
</logistics_fulfilorder_search_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|