Allows to query logistic address
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | OpenApiResult | - | - |
|
1 2 3 4 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AliexpressSocialShoppingLogisticsAddressQueryRequest req = new AliexpressSocialShoppingLogisticsAddressQueryRequest(); AliexpressSocialShoppingLogisticsAddressQueryResponse 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 19 20 21 22 23 24 25 26 27 28 29 | < aliexpress_social_shopping_logistics_address_query_response > < result > < error_code >-</ error_code > < error_message >-</ error_message > < success >true</ success > < result_list > < logistic_address_vo > < address >20 лет победы коммунизма</ address > < city >Abagaytuy</ city > < city_code >-</ city_code > < contact_person >Corvus Corax</ contact_person > < country >RU</ country > < country_name >Russian</ country_name > < field_error_message_string >-</ field_error_message_string > < full_name >-</ full_name > < id >231234124</ id > < is_default >true</ is_default > < locale >ru_RU</ locale > < mobile_no >-</ mobile_no > < phone_area >-</ phone_area > < phone_country >+7</ phone_country > < phone_number >9175405468</ phone_number > < province >Altay Republic</ province > < province_code >213214234</ province_code > < zip >123456</ zip > </ logistic_address_vo > </ result_list > </ result > </ aliexpress_social_shopping_logistics_address_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 > |
错误码 | 错误描述 | 解决方案 |
---|