三方供给店铺关系查询服务
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_third_store_relation_query_request | ThirdStoreRelationQueryRequest | 必须 | 三方店铺查询请求 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 结果 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlscKoubeiStoreQueryRequest req = new AlibabaAlscKoubeiStoreQueryRequest(); AlibabaAlscKoubeiStoreQueryRequest.ThirdStoreRelationQueryRequest obj1 = new AlibabaAlscKoubeiStoreQueryRequest.ThirdStoreRelationQueryRequest(); obj1.setThirdStoreId( "234334" ); obj1.setSellerId( "2342343" ); req.setParamThirdStoreRelationQueryRequest(obj1); AlibabaAlscKoubeiStoreQueryResponse rsp = client.execute(req); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 | < alibaba_alsc_koubei_store_query_response > < result > < succcess >true</ succcess > < error_code >324</ error_code > < model > < third_store_id >2343</ third_store_id > < alsc_store_id >234324</ alsc_store_id > < alsc_store_sign >false</ alsc_store_sign > < alsc_store_commercialization >false</ alsc_store_commercialization > </ model > < error_msg >参数不合法</ error_msg > </ result > </ alibaba_alsc_koubei_store_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 > |
错误码 | 错误描述 | 解决方案 |
---|