订单收货信息查询(试用)
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param1 | TpOpenSingleOrderQuery | 可选 | 查询条件 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | TpOpenAddressDto | 见以下字段 | 出参 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AliexpressTradeRedefiningFindorderreceiptinfoRequest req = new AliexpressTradeRedefiningFindorderreceiptinfoRequest(); AliexpressTradeRedefiningFindorderreceiptinfoRequest.TpOpenSingleOrderQuery obj1 = new AliexpressTradeRedefiningFindorderreceiptinfoRequest.TpOpenSingleOrderQuery(); obj1.setBuyerAliid(100000L); obj1.setFieldList( "orderAmount" ); obj1.setSellerOperatorAliid(20000L); obj1.setShowId( "1" ); obj1.setExtInfoBitFlag(10100L); obj1.setOrderId(123456789L); obj1.setSellerAliid(20000L); req.setParam1(obj1); AliexpressTradeRedefiningFindorderreceiptinfoResponse 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 | < aliexpress_trade_redefining_findorderreceiptinfo_response > < result > < fax_area >203</ fax_area > < zip >400120</ zip > < fax_country >400120</ fax_country > < address2 >address 001</ address2 > < country >RU</ country > < city >Babenki</ city > < detail_address >center street No.99</ detail_address > < fax_number >88688436</ fax_number > < phone_number >88688435</ phone_number > < address >address 001</ address > < province >Moscow</ province > < phone_area >12345</ phone_area > < phone_country >04</ phone_country > < contact_person >Mark</ contact_person > < mobile_no >4679974</ mobile_no > < country_name >Russian Federation</ country_name > < cpf_no >87654321</ cpf_no > </ result > </ aliexpress_trade_redefining_findorderreceiptinfo_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 > |
错误码 | 错误描述 | 解决方案 |
---|