Get Order Receipt Info, Support multi stores requirements for Turkey sellers.
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param1 | SingleOrderQuery | 可选 | query param | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | OrderAddressDto | object | result |
|
1 2 3 4 5 6 7 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AliexpressSolutionOrderReceiptinfoGetRequest req = new AliexpressSolutionOrderReceiptinfoGetRequest(); AliexpressSolutionOrderReceiptinfoGetRequest.SingleOrderQuery obj1 = new AliexpressSolutionOrderReceiptinfoGetRequest.SingleOrderQuery(); obj1.setOrderId(123456789L); req.setParam1(obj1); AliexpressSolutionOrderReceiptinfoGetResponse 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_solution_order_receiptinfo_get_response > < result > < country_name >Russian Federation</ country_name > < mobile_no >4679974</ mobile_no > < contact_person >Mark</ contact_person > < phone_country >04</ phone_country > < phone_area >12345</ phone_area > < province >Moscow</ province > < address >address 001</ address > < phone_number >88688435</ phone_number > < fax_number >88688436</ fax_number > < detail_address >center street No.99</ detail_address > < city >Babenki</ city > < country >RU</ country > < address2 >address 001</ address2 > < fax_country >400120</ fax_country > < zip >400120</ zip > < fax_area >203</ fax_area > < localized_address >г. Москва</ localized_address > </ result > </ aliexpress_solution_order_receiptinfo_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 > |
错误码 | 错误描述 | 解决方案 |
---|