商品API

提供了商品以及商品相关的sku,邮费增加,修改功能

数据结构列表

ItemTemplate 宝贝详情页面信息

FoodSecurity 食品安全信息,包括: 生产许可证号、产品标准号、厂名、厂址等

ItemImg ItemImg(商品图片)结构

PropImg PropImg(商品属性图片)结构

Item Item(商品)结构

Sku SKU结构

ItemTtype ItemType(商品类型)结构

TypePropValue TypePropValue(类型属性值)结构

ItemSpec ItemSpec(商品规格)结构

SpecValue SpecValue(规格值)结构

Product Product(产品)结构

ProductImg 产品图片结构

ProductPropImg 产品属性图片

API列表

store.item.specs.get 获取规格列表接口

store.item.specvalues.get 获取规格对应的规格值接口

store.items.custom.get 根据外部ID取商品

store.items.quantity.list.update 批量更新库存接口

store.skus.custom.get 根据sku的外部商家编码获取sku的信息

store.gift.list.get 批量获取赠品信息

store.gift.rule.get 获取会员赠品规则

store.item.add 添加单个商品

store.item.update 更新商品信息

store.item.delete 删除单条商品

store.item.get 根据传入的iid获取对应的单个商品的数据

store.items.all.get 获取店铺内出售中的商品列表,并能根据传入的搜索条件对出售中的商品列表进行过滤只能获得商品的部分信息,商品的详细信息请通过store.item.get获取

store.item.img.upload 添加或修改一张商品图片

store.product.add 用于新添加单个产品

store.item.img.delete 删除商品图片

store.product.update 修改一个产品

store.item.sku.update 更新一个Sku的数据Sku记录会更新到指定的iid对应的商品中

store.item.sku.get 获取sku_id所对应的sku数据

store.products.get 获取产品列表

store.products.search 搜索产品信息

store.product.propimg.delete 删除产品属性图

store.product.propimg.upload 添加或修改单张产品属性图片

store.product.img.delete 删除产品非主图

store.item.salesarea.delete 删除商品的区域价格,区域接口

store.item.salesarea.update 重置商品销售价格,区域接口

store.items.list.get 根据商品ID批量获取商品信息

store.item.price.update 单独修改商品价格

store.item.approve_status.update 修改商品上下架单个商品上(下)架

store.item.templates.get 获取商品详情页模板名称

store.item.propimg.delete 删除商品属性图片

store.item.propimg.upload 添加或修改属性图片

store.sopats.items.all.get 异步批量获取商品信息(根据商品状态),可做初始化商品下载用

store.sopats.items.increment.get 异步批量获取商品信息(根据商品修改时间)

store.sopats.items.ids.get 异步获取商品id列表

store.sopats.items.list.get 异步批量获取商品信息(根据商品ID列表)

store.sopats.products.all.get 异步批量获取产品信息