优品进货订单离线数据
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
sell_in_order_offline_req | SellInOrderOfflineReq | 必须 | 入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResultDto | 结果 | |
|
|||
rlt | Boolean | true | rlt |
message | String | null | message |
exception_code | String | null | exceptionCode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); TmallYoupinSellinOrderOfflineQueryRequest req = new TmallYoupinSellinOrderOfflineQueryRequest(); TmallYoupinSellinOrderOfflineQueryRequest.SellInOrderOfflineReq obj1 = new TmallYoupinSellinOrderOfflineQueryRequest.SellInOrderOfflineReq(); obj1.setIsPy( "Y" ); obj1.setPageSize(1000L); obj1.setAreaOrgId(2L); obj1.setBrandIds( new Long[] { 1 }; ); obj1.setPageNum(1L); obj1.setCateLevel2Id(1L); obj1.setStartTime(StringUtils.parseDateTime( "2023-11-01 00:00:00" )); obj1.setCateLevel1Id(2L); obj1.setEndTime(StringUtils.parseDateTime( "2023-11-01 00:00:00" )); req.setSellInOrderOfflineReq(obj1); TmallYoupinSellinOrderOfflineQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 | < tmall_youpin_sellin_order_offline_query_response > < result > < total >6718444</ total > < pages >67185</ pages > < first_page >1</ first_page > < last_page >8</ last_page > < next_page >2</ next_page > < page_size >100</ page_size > < items > < long > < item_qty >1</ item_qty > < xcat2_name >洗护</ xcat2_name > < ind1_id >105</ ind1_id > < order_id >3519984279411118000</ order_id > < pay_time >2023-09-13 12:10:03</ pay_time > < virtual_region_id >500001</ virtual_region_id > < year >FY24</ year > < station_mode_name >电器体验店</ station_mode_name > < city_id >220100</ city_id > < town_id >220103171</ town_id > < confirm_paid_amt >214900</ confirm_paid_amt > < cate_name >洗衣机</ cate_name > < ds >20230913</ ds > < xcat1_name >大家电</ xcat1_name > < state_name >开业中</ state_name > < ind1_name >消费电子</ ind1_name > < season >2</ season > < state >SERVICING</ state > < station_id >277114</ station_id > < is_jp >N</ is_jp > < town_name >合隆镇</ town_name > < brand_name >Haier/海尔</ brand_name > < ms >202309</ ms > < virtual_region_name >经营管理一部</ virtual_region_name > < is_yushou >N</ is_yushou > < item_id >66</ item_id > < cate_level1_name >大家电</ cate_level1_name > < xcat_group >大家电</ xcat_group > < month >9月</ month > < cate_level2_id >350301</ cate_level2_id > < cate_id >350301</ cate_id > < brand_id >11</ brand_id > < large_area_org_name >东北内蒙</ large_area_org_name > < refund >0</ refund > < is_ycmb >N</ is_ycmb > < week >37</ week > < item_title >大容量变频家用滚筒全自动洗衣机XQG100-BD14126L</ item_title > < large_area_org_id >702446</ large_area_org_id > < cate_level2_name >洗衣机</ cate_level2_name > < special_team_org_id >702879</ special_team_org_id > < srv_date >20210810</ srv_date > < gmv >214900</ gmv > < city_name >长春</ city_name > < is_stru_itm >N</ is_stru_itm > < county_org_id >701237</ county_org_id > < station_name >合隆镇街道天猫优品电器体验店</ station_name > < mord_id >3519984279474458000</ mord_id > < is_py >N</ is_py > < station_mode >1</ station_mode > < is_wuhuo >N</ is_wuhuo > < dw_ins_time >1701294348000</ dw_ins_time > < county_org_name >宽城区服务中心</ county_org_name > < refund_ord_qty >0</ refund_ord_qty > < cate_level1_id >50022703</ cate_level1_id > < open_date >20211008</ open_date > < gmv_re >214900</ gmv_re > < pay_ord_qty_re >1</ pay_ord_qty_re > < special_team_org_name >吉林网格中心</ special_team_org_name > </ long > </ items > < page_num >1</ page_num > </ result > < rlt >true</ rlt > < message >null</ message > < exception_code >null</ exception_code > </ tmall_youpin_sellin_order_offline_query_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|