门店摘要信息批量查询接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
shop_summary_batch_query_top_request | ShopSummaryBatchQueryTopRequest | 必须 | 请求体 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TopResult | 返回结果 | |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscShopSummaryBatchqueryRequest req = new AlibabaAlscShopSummaryBatchqueryRequest(); AlibabaAlscShopSummaryBatchqueryRequest.ShopSummaryBatchQueryTopRequest obj1 = new AlibabaAlscShopSummaryBatchqueryRequest.ShopSummaryBatchQueryTopRequest(); obj1.setDistrictCode( "120104" ); obj1.setCityCode( "120100" ); obj1.setRelatedPartnerId( "2088001969784501" ); obj1.setPageSize( "20" ); obj1.setOpRole( "ISV、PROVIDER" ); obj1.setShopStatus( "PAUSED" ); obj1.setPageNo( "1" ); obj1.setShopId( "2015062100077000000000120773" ); obj1.setBrandName( "麦当劳" ); obj1.setProvinceCode( "120000" ); obj1.setStoreId( "1055022258" ); obj1.setQueryType( "MERCHANT_SELF" ); obj1.setConsumePid( "2088001969784501" ); req.setShopSummaryBatchQueryTopRequest(obj1); AlibabaAlscShopSummaryBatchqueryResponse 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 | < alibaba_alsc_shop_summary_batchquery_response > < result > < success >true</ success > < result_code >SYSTEM_ERROR</ result_code > < value > < shop_summary_infos > < shop_summary_query_response > < shop_id >2015052100077000000000120773</ shop_id > < main_shop_name >海底捞</ main_shop_name > < branch_shop_name >万塘路店</ branch_shop_name > < status >OPEN</ status > < is_show >T</ is_show > < brand_name >肯德基</ brand_name > < address >万塘路18号黄龙时代广场</ address > < province_code >110000</ province_code > < city_code >140500</ city_code > < district_code >140521</ district_code > < business_time >10:00-14:00</ business_time > < shop_type >COMMON</ shop_type > < main_image >https://img.alicdn.com/i4/2207474112147/O1CN019Bbk4G1RjN7Wdzi7V_!!2207474112147-0-koubei.jpg</ main_image > < gmt_create >2016-06-23 21:15:04.593</ gmt_create > < category_infos > < shop_category_info > < category_id >2015050700000018</ category_id > < category_name >美食</ category_name > < category_level >2</ category_level > </ shop_category_info > </ category_infos > < store_id >1069424158</ store_id > < ext_info >{\"alipayShopId\":\"2023072700502007010099547256\", \"externalShopId\":\"test100\"}</ ext_info > </ shop_summary_query_response > </ shop_summary_infos > < current_page_no >1</ current_page_no > < page_size >10</ page_size > < total_page_no >30</ total_page_no > < total_items >100</ total_items > </ value > < error_msg >系统异常</ error_msg > < ext_info >null</ ext_info > </ result > </ alibaba_alsc_shop_summary_batchquery_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 > |
错误码 | 错误描述 | 解决方案 |
---|