Aliexpress查询profile
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
user_id | Number | 可选 | 123 | user_id | |
ship_to | String | 可选 | RU |
|
shipTo |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
return_object | UserProfileResponse | return_object | |
|
|||
return_code | Number | 0 | return_code |
return_code_info | String | N | return_code_info |
1 2 3 4 5 6 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AliexpressMemberAccountcenterProfileGetRequest req = new AliexpressMemberAccountcenterProfileGetRequest(); req.setUserId(123L); req.setShipTo( "RU" ); AliexpressMemberAccountcenterProfileGetResponse 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 | < aliexpress_member_accountcenter_profile_get_response > < return_object > < user_id >123</ user_id > < login_mobile >N</ login_mobile > < email >N</ email > < login_id >N</ login_id > < havana_id >123</ havana_id > < account_group_id >123</ account_group_id > < admin_account_id >123</ admin_account_id > < first_name >N</ first_name > < last_name >N</ last_name > < gender >N</ gender > < avatar_path >N</ avatar_path > < country >N</ country > < province >N</ province > < city >N</ city > < address >N</ address > < zip >N</ zip > < contact_mobile >N</ contact_mobile > < fax >N</ fax > < tel >N</ tel > < status >N</ status > </ return_object > < return_code >0</ return_code > < return_code_info >N</ return_code_info > </ aliexpress_member_accountcenter_profile_get_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 > |
错误码 | 错误描述 | 解决方案 |
---|