闲鱼循环商店-销售单状态推进
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param | CycleShopSaleOrderUpdateStatusTopCmd | 必须 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CommonResult | 返回数据 | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIdleCycleshopStoreSaleorderPushRequest req = new AlibabaIdleCycleshopStoreSaleorderPushRequest(); AlibabaIdleCycleshopStoreSaleorderPushRequest.CycleShopSaleOrderUpdateStatusTopCmd obj1 = new AlibabaIdleCycleshopStoreSaleorderPushRequest.CycleShopSaleOrderUpdateStatusTopCmd(); obj1.setSaleOrderid(456232423443L); obj1.setEvent( "AMOUNT_CONFIRMED" ); req.setParam(obj1); AlibabaIdleCycleshopStoreSaleorderPushResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 | < alibaba_idle_cycleshop_store_saleorder_push_response > < result > < success >true</ success > < err_code >PARAM_ERROR</ err_code > < err_msg >参数不合法</ err_msg > < data > < success >true</ success > </ data > </ result > </ alibaba_idle_cycleshop_store_saleorder_push_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 > |
错误码 | 错误描述 | 解决方案 |
---|