shopex采集发布接口 shopex火车头数据采集器(20120812更新) 使用火车头接口技术一键批量采集 批量发布 批量去水印 接口技术
后台效果图
后台效果1
后台效果2
详细参数发布演示(京东)
京东商城详细参数表
完美发布详细参数表发布到ShopEx
其它采集接口目录:
入库代码:
//供应商来源货位 供应商名称-网址-qq号码-旺旺-电话-地点
$store_place="快客-www.kk580.com-1055746587-13765152798-深圳";
$brief="该商品属于核心渠道批发类,380元起批,不限制单价可以混批,淘宝代理商也可自行选择单件起批类型。如无此注明,均为单件起批,核心渠道批发类对应编号为9245fe4a-d402-451c-b9ed-9c1a04247482";
//商品入库
$query = "insert into sdb_goods (cat_id,type_id,goods_type,brand_id,brand,image_default,thumbnail_pic,small_pic,big_pic,image_file,brief,intro,mktprice,cost,price,bn,name,weight,unit,store,store_place,score,spec,pdt_desc,spec_desc,uptime,last_modify) VALUES('$fenlei','1','normal','$brand_id','$brand','','$insertarraythumbnail','$insertsmall','$insertarybigpic','','$brief','$intro','$mktprice','0','$price','$bn','$name','$goodsWeight','$jldw','100','$store_place','0','','','','$time','$time')";
$rs=mysql_query($query);
if($rs) echo "成功!"; else echo mysql_error()."入库错误";