翱象拉取订单接口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
order_get_request | OrderGetRequest | 必须 | 请求对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
api_result | TopBaseResult | 响应对象 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAelophyOrderGetRequest req = new AlibabaAelophyOrderGetRequest(); AlibabaAelophyOrderGetRequest.OrderGetRequest obj1 = new AlibabaAelophyOrderGetRequest.OrderGetRequest(); obj1.setStoreId( "S001" ); obj1.setBizOrderId(50003170001L); req.setOrderGetRequest(obj1); AlibabaAelophyOrderGetResponse 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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 | < alibaba_aelophy_order_get_response > < api_result > < model > < merchant_code >CSSJ</ merchant_code > < store_id >S001</ store_id > < shop_id >s001</ shop_id > < order_from >1</ order_from > < biz_order_id >50003170001</ biz_order_id > < out_order_id >10003170001</ out_order_id > < pay_time >2023-03-17 00:00:00</ pay_time > < original_fee >100</ original_fee > < discount_fee >100</ discount_fee > < post_fee >100</ post_fee > < package_fee >100</ package_fee > < pay_fee >100</ pay_fee > < order_status >PAID</ order_status > < receive_info > < receiver_name >姓名</ receiver_name > < receiver_phone >13310004132,129</ receiver_phone > < receiver_address >地址</ receiver_address > < receiver_memo >备注</ receiver_memo > < receiver_poi >120.03278,30.28523</ receiver_poi > < expect_arrive_time >2023-04-04 22:00:00~2023-04-04 23:00:00</ expect_arrive_time > < receiver_privacy_phone >187****6789</ receiver_privacy_phone > </ receive_info > < sub_order_response_list > < sub_order_response > < biz_sub_order_id >500031700011</ biz_sub_order_id > < out_sub_order_id >100031700011</ out_sub_order_id > < sku_code >098781</ sku_code > < sku_name >商品名称</ sku_name > < price >100</ price > < sale_unit >件</ sale_unit > < stock_unit >件</ stock_unit > < buy_stock_quantity >1.00</ buy_stock_quantity > < buy_sale_quantity >1.00</ buy_sale_quantity > < original_fee >1000</ original_fee > < discount_fee >1000</ discount_fee > < weight >1000</ weight > < barcode >S001201001</ barcode > < discount_merchant_fee >100</ discount_merchant_fee > < discount_platform_fee >100</ discount_platform_fee > < gift_flag >0</ gift_flag > < weight_flag >0</ weight_flag > < order_status >PAID</ order_status > < activitys > < order_activity > < channel_activity_id >300123101001</ channel_activity_id > < biz_activity_id >100011</ biz_activity_id > < merchant_activity_id >S001001</ merchant_activity_id > < activity_name >测试活动</ activity_name > < discount_fee >100</ discount_fee > < discount_merchant_fee >50</ discount_merchant_fee > < discount_platform_fee >50</ discount_platform_fee > < activity_type >itemTJ</ activity_type > </ order_activity > </ activitys > < funds_discounts > < order_funds_discount > < discount_name >红包</ discount_name > < discount_type >VOUCHER</ discount_type > < discount_fee >40</ discount_fee > < discount_merchant_fee >40</ discount_merchant_fee > < discount_platform_fee >40</ discount_platform_fee > </ order_funds_discount > </ funds_discounts > < service_props > < sku_service_property > < prop_name >温度</ prop_name > < prop_value >常温</ prop_value > </ sku_service_property > </ service_props > < voucher_infos > < order_voucher_info > < voucher_id >12345</ voucher_id > < voucher_certificate >12345</ voucher_certificate > </ order_voucher_info > </ voucher_infos > < promotion_infos > < promotion_info > < active_id >12345678</ active_id > < active_name >买赠活动081401</ active_name > < type >wdkShopMS</ type > < txd_active_id >88983045462</ txd_active_id > < out_active_id >12345678</ out_active_id > < discount_fee >1</ discount_fee > </ promotion_info > </ promotion_infos > < platform_expand_fee >100</ platform_expand_fee > < merchant_expand_fee >100</ merchant_expand_fee > < platform_benefit_fee >100</ platform_benefit_fee > < merchant_benefit_fee >100</ merchant_benefit_fee > </ sub_order_response > </ sub_order_response_list > < ext > < subscribe_message >祝福语</ subscribe_message > < subscribe_phone >13310004132,129</ subscribe_phone > < member_card_num >1000210019</ member_card_num > < stock_out_info_code >1</ stock_out_info_code > < ext_info >{\"scenarioGroup\":\"TXD_HALFDAY\",\"fulfillTag\":\"HALF_DAY\"}</ ext_info > </ ext > < out_shop_id >1073252011</ out_shop_id > < order_no >1</ order_no > < open_uid >123456</ open_uid > < sku_discount_platform_fee >100</ sku_discount_platform_fee > < sku_discount_merchant_fee >100</ sku_discount_merchant_fee > < post_discount_platform_fee >50</ post_discount_platform_fee > < post_discount_merchant_fee >50</ post_discount_merchant_fee > < delivery_type >1</ delivery_type > < pay_channels > < order_pay_channel > < pay_type >1</ pay_type > < pay_channel >APP|淘宝</ pay_channel > < pay_fee >100</ pay_fee > </ order_pay_channel > </ pay_channels > < activitys > < order_activity > < channel_activity_id >300123101001</ channel_activity_id > < biz_activity_id >100011</ biz_activity_id > < merchant_activity_id >S001001</ merchant_activity_id > < activity_name >测试活动</ activity_name > < activity_type >itemTJ</ activity_type > < discount_fee >100</ discount_fee > < discount_merchant_fee >50</ discount_merchant_fee > < discount_platform_fee >50</ discount_platform_fee > </ order_activity > </ activitys > < funds_discounts > < order_funds_discount > < discount_name >红包</ discount_name > < discount_type >VOUCHER</ discount_type > < discount_fee >40</ discount_fee > < discount_merchant_fee >40</ discount_merchant_fee > < discount_platform_fee >40</ discount_platform_fee > </ order_funds_discount > </ funds_discounts > < platform_deduction > < technical_service_fee >10</ technical_service_fee > < pay_service_fee >10</ pay_service_fee > < base_logistics_fee >10</ base_logistics_fee > < thirdpartnar_fee >10</ thirdpartnar_fee > </ platform_deduction > < delivery_info > < delivery_name >王师傅</ delivery_name > < delivery_phone >13588888888</ delivery_phone > </ delivery_info > < business_type >0</ business_type > < voucher_order >1</ voucher_order > < voucher_type >2</ voucher_type > < platform_expand_fee >100</ platform_expand_fee > < merchant_expand_fee >100</ merchant_expand_fee > < platform_benefit_fee >100</ platform_benefit_fee > < merchant_benefit_fee >100</ merchant_benefit_fee > < delivery_order_id >123456</ delivery_order_id > </ model > < success >true</ success > < err_code >CANCEL_FAIL</ err_code > < err_msg >错误码备注说明</ err_msg > </ api_result > </ alibaba_aelophy_order_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 > |
错误码 | 错误描述 | 解决方案 |
---|