提供给商家自建的O2O销售渠道删除商品
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
seller_custom_item_dto | SellerCustomItemDTO | 可选 | 商品删除对象 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | ResponseResult | 删除结果对象 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlibabaAlihealthNrmopItemDeletebychannelRequest req = new AlibabaAlihealthNrmopItemDeletebychannelRequest(); AlibabaAlihealthNrmopItemDeletebychannelRequest.SellerCustomItemDTO obj1 = new AlibabaAlihealthNrmopItemDeletebychannelRequest.SellerCustomItemDTO(); obj1.setOutId( "1111" ); obj1.setChannelId(8L); obj1.setChannelShopCode( "1111" ); req.setSellerCustomItemDto(obj1); AlibabaAlihealthNrmopItemDeletebychannelResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 | < alibaba_alihealth_nrmop_item_deletebychannel_response > < result > < success >true</ success > < error_code >500</ error_code > < error_msg >系统错误</ error_msg > < result >true</ result > </ result > </ alibaba_alihealth_nrmop_item_deletebychannel_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 > |
错误码 | 错误描述 | 解决方案 |
---|