获取原始产品信息
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
product_ids | String | 可选 | 0 | ae 产品id列表,用逗号分隔,最大不能超过100个id |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | AeopTaoDaiXiaoProductResultDto | 0 | result |
|
1 2 3 4 5 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AliexpressPostproductRedefiningListtbproductbyidsRequest req = new AliexpressPostproductRedefiningListtbproductbyidsRequest(); req.setProductIds( "0" ); AliexpressPostproductRedefiningListtbproductbyidsResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | < aliexpress_postproduct_redefining_listtbproductbyids_response > < result > < tdx_product_list > < aeop_tao_dai_xiao_product_result_dto > < user_type >0</ user_type > < shop_title >qi gege</ shop_title > < pic_url >0</ pic_url > < nick >hello</ nick > < tb_num_iid >1234</ tb_num_iid > < title >beautiful clothes in 2015</ title > < detail_url >0</ detail_url > < id >0</ id > </ aeop_tao_dai_xiao_product_result_dto > </ tdx_product_list > < error_code >16009999</ error_code > < error_message >系统异常!</ error_message > </ result > </ aliexpress_postproduct_redefining_listtbproductbyids_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 > |
错误码 | 错误描述 | 解决方案 |
---|