{ itemid: “272475230”, item_name: “又再又环北冰洋”, stock: 11, price: “11111.00”, sold: 0, seller_id: “406467”, istop: 0, merchant_code: “2e”, fx_fee_rate: “0.00”, status: "onsale", skus: [{ id: “914449912”, title: “gold”, price: “11111.00”, stock: “11”, sku_merchant_code: “3” }], imgs: [“http://wd.geilicdn.com/vshop168802068-1414206070328-7654747.GIF”, “http://wd.geilicdn.com/vshop395640-1390204649-1.jpg?w=480&h=0” ], thumb_imgs: [“http://wd.geilicdn.com/vshop168802068-1414206070328-7654747.GIF?w=110&h=110&cp=1”, “http://wd.geilicdn.com/vshop395640-1390204649-1.jpg?w=110&h=110&cp=1” ], cates: [{ cate_id: “21000019”, cate_name: null, sort_num: 0 }, { cate_id: “21000018”, cate_name: null, sort_num: 0 }] }
参数名称 | 类型 | 字段说明 |
itemid | 字符 | 商品id |
item_name | 字符 | 商品名称 |
stock | 整数 | 库存量 |
price | 字符 | 价格 |
sold | 整数 | 商品销量 |
seller_id | 字符 | 卖家id |
istop | 整数 | 是否店长推荐:1-是,0-不是 |
merchant_code | 字符 | 商品编号(目前只能通过‘微店网页版’和‘商品API’设置此编码) |
fx_fee_rate | 字符 | 分销分成比例 |
status | 字符 | 商品状态
|
skus | sku对象 | 商品sku,无型号的商品skus为空 |
cates | 对象 | 商品分类 |
imgs | 字符数组 | 商品图片 |
thumb_imgs | 字符数组 | 商品缩略图 |
原文地址:http://mygarden.blog.51cto.com/10235971/1651811