商品详情查询
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_top_item_query_request | TopItemQueryRequest | 必须 | 商品查询请求 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TopApiCommonResult | 商品查询结果 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscKoubeiItemQueryRequest req = new AlibabaAlscKoubeiItemQueryRequest(); AlibabaAlscKoubeiItemQueryRequest.TopItemQueryRequest obj1 = new AlibabaAlscKoubeiItemQueryRequest.TopItemQueryRequest(); obj1.setItemId( "633709315655" ); obj1.setRequestId( "e76487891803ff6122a1804048ff6d1048" ); obj1.setSellerId( "2200781230370" ); req.setParamTopItemQueryRequest(obj1); AlibabaAlscKoubeiItemQueryResponse 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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | < alibaba_alsc_koubei_item_query_response > < result > < data > < item_detail_info > < available_periods > < available_period_info_d_t_o > < time_end >22:00</ time_end > < time_start >10:00</ time_start > </ available_period_info_d_t_o > </ available_periods > < buy_limit_list > < buyer_limit_info_d_t_o > < limit_num >2</ limit_num > < limit_type >LIMIT_USER_PER_DAY</ limit_type > </ buyer_limit_info_d_t_o > </ buy_limit_list > < buyer_notes > < buyer_notes_info_d_t_o > < title >购买须知</ title > </ buyer_notes_info_d_t_o > </ buyer_notes > < buyer_tips_template > < free_park >true</ free_park > < free_park_hours >2</ free_park_hours > < free_wifi >true</ free_wifi > < limit_user_num >true</ limit_user_num > < need_reserve >true</ need_reserve > < park_fee_per_hour >10</ park_fee_per_hour > < park_fee_upper_bound_per_day >30</ park_fee_upper_bound_per_day > < reserve_note >预约说明信息</ reserve_note > < supply_invoice >true</ supply_invoice > < user_num_limited >3</ user_num_limited > </ buyer_tips_template > < category_id >2020062900464093</ category_id > < cover >/i1/2200781230155/O1CN01cJAWH61D11w1tkWTP_!!2200781230155-0-koubei.jpg</ cover > < display_channel >ALL</ display_channel > < external_item_id >1234114</ external_item_id > < forbid_reverse >false</ forbid_reverse > < gmt_end >2021-03-31 23:59:59</ gmt_end > < gmt_start >2021-03-01 23:59:59 2021-03-01 23:59:59</ gmt_start > < inventory >100</ inventory > < item_combo_package > < graphic_text_list > < graphic_text_d_t_o > < desc >招牌</ desc > < title >宫保鸡丁</ title > < type >SINGLE</ type > </ graphic_text_d_t_o > </ graphic_text_list > < package_content_list > < package_content_d_t_o > < content_unit_list > < content_unit_d_t_o > < content >大份</ content > < num >2</ num > < price >30.00</ price > < title >宫保鸡丁</ title > < unit >份</ unit > </ content_unit_d_t_o > </ content_unit_list > < title >小吃</ title > </ package_content_d_t_o > </ package_content_list > < service_flow_list > < service_flow_d_t_o > < explanation >补充说明</ explanation > < num >1</ num > < service_content >服务内容</ service_content > < unit >份</ unit > </ service_flow_d_t_o > </ service_flow_list > </ item_combo_package > < item_id >633709315655</ item_id > < item_type >COMBO</ item_type > < memo >肯德基(蚂蚁金服店)首推新品</ memo > < original_price >10.00</ original_price > < price >5.00</ price > < punish_audit_status >PASS</ punish_audit_status > < punish_reason >商品名称重复</ punish_reason > < punish_type >NORMAL</ punish_type > < subject >宫保鸡丁</ subject > < taobao_cover_image >/i1/2200781230155/O1CN01cJAWH61D11w1tkWTP_!!2200781230155-0-koubei.jpg</ taobao_cover_image > < test_item >false</ test_item > < ticket_display_mode >EXTERNAL_TICKET_CODE</ ticket_display_mode > < unavailable_periods > < unavailable_period_info_d_t_o > < end_day >2018-09-30</ end_day > < start_day >2018-06-30</ start_day > </ unavailable_period_info_d_t_o > </ unavailable_periods > < validity_info > < range_from >2022-07-01 00:00:00</ range_from > < range_to >2022-07-30 00:00:00</ range_to > < validity_period >90</ validity_period > < validity_type >RELATIVE</ validity_type > </ validity_info > < verify_frequency >single</ verify_frequency > < verify_times >1</ verify_times > < use_upload_detail_images >true</ use_upload_detail_images > < real_service_merchant >提供服务的平台名称</ real_service_merchant > < item_status >EFFECTIVE</ item_status > < refund_rule > < allow_check_refund >false</ allow_check_refund > </ refund_rule > </ item_detail_info > </ data > < error_code >SYSTEM_ERROR</ error_code > < error_desc >系统繁忙</ error_desc > < retry >true</ retry > < success >true</ success > </ result > </ alibaba_alsc_koubei_item_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 > |
错误码 | 错误描述 | 解决方案 |
---|