查询物流产品&揽收仓库列表
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | result | 返回结果 |
|
1 2 3 4 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaOnetouchLogisticsExpressLogisticsProductListRequest req = new AlibabaOnetouchLogisticsExpressLogisticsProductListRequest(); AlibabaOnetouchLogisticsExpressLogisticsProductListResponse 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 | < alibaba_onetouch_logistics_express_logistics_product_list_response > < result > < error_message >invalidate request</ error_message > < values > < logistics_product_dto > < warehouse_name >越航泉州仓库</ warehouse_name > < warehouse_code >ASP_YH_QZ</ warehouse_code > < product_name >邮政e邮宝</ product_name > < product_code >EX_ASP_ePacket</ product_code > < pickup >true</ pickup > < delivery_type >经济</ delivery_type > </ logistics_product_dto > </ values > < success >true</ success > < result_code >402</ result_code > </ result > </ alibaba_onetouch_logistics_express_logistics_product_list_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 > |
错误码 | 错误描述 | 解决方案 |
---|