闲鱼循环商店-卖家推进货品状态
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param | CycleShopGoodsStatusUpdateTopCmd | 必须 | 请求参数 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | CommonResult | 返回结果 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaIdleCycleshopSellerGoodspushRequest req = new AlibabaIdleCycleshopSellerGoodspushRequest(); AlibabaIdleCycleshopSellerGoodspushRequest.CycleShopGoodsStatusUpdateTopCmd obj1 = new AlibabaIdleCycleshopSellerGoodspushRequest.CycleShopGoodsStatusUpdateTopCmd(); obj1.setGoodsIds( new Long[] { 4563242134323 }; ); obj1.setEvent( "SELLER_DONATE" ); req.setParam(obj1); AlibabaIdleCycleshopSellerGoodspushResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 | < alibaba_idle_cycleshop_seller_goodspush_response > < result > < success >true</ success > < err_code >PARAM_ERROR</ err_code > < err_msg >参数错误</ err_msg > < data > < success_count >2</ success_count > </ data > </ result > </ alibaba_idle_cycleshop_seller_goodspush_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 > |
错误码 | 错误描述 | 解决方案 |
---|