分销产品
分销产品
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| discount_id | Number | 123123 | 折扣ID(新增参数) |
| trade_type | String | AGENT | 分销方式:AGENT(只做代销,默认值)、DEALER(只做经销)、ALL(代销和经销都做) |
| standard_price | Price | 123 | 采购基准价,单位:元。 |
| upshelf_time | Date | 2000-01-01 00:00:00 | 铺货时间 |
| is_authz | String | yes | 查询产品列表时,查询入参增加is_authz:yes|no yes:需要授权 no:不需要授权 |
| category_id | String | 123 | 类目id |
| properties | String | 1631357:21846512;20000:21918302 | 产品属性,格式为pid:vid;pid:vid |
| property_alias | String | 627207:28335:绿荫色 | 属性别名,格式为pid:vid:alias;pid:vid:alias |
| input_properties | String | 20000:品牌名 | 自定义属性,格式为pid:value;pid:value |
| description | String | xxx | 产品描述的内容 |
| dealer_cost_price | Price | 经销采购价 |
|
| pdus | FenxiaoPdu | 产品分销商信息 |
|
| scitem_id | Number | 123123 | 关联的后端商品id |
| standard_retail_price | Price | 123 | 零售基准价,单位:元 |
| images | FenxiaoImage | 产品图片 |
|
| query_item_id | Number | 123 | 根据商品ID查询时,返回这个产品对应的商品ID,只对分销商查询接口有效 |
| pid | Number | 123 | 产品ID |
| name | String | xxx | 产品名称 |
| productcat_id | Number | 123 | 产品线ID |
| cost_price | Price | 123 | 采购价格,单位:元 |
| retail_price_low | Price | 123 | 最低零售价,单位:分。 |
| retail_price_high | Price | 123 | 最高零售价,单位:分。 |
| outer_id | String | xxx | 商家编码 |
| quantity | Number | 123 | 产品库存 |
| alarm_number | Number | 123 | 警戒库存 |
| pictures | String | http://img03.taobaocdn.com/xxx.dpc | 产品图片路径 |
| desc_path | String | http://img03.taobaocdn.com/xxx.dpc | 产品描述路径,通过http请求获取 |
| prov | String | xx | 所在地:省 |
| city | String | xx | 所在地:市 |
| postage_type | String | buyer | 运费类型,可选值:seller(供应商承担运费)、buyer(分销商承担运费) |
| postage_id | Number | 123 | 运费模板ID |
| postage_ordinary | Price | 123 | 平邮费用,单位:元 |
| postage_fast | Price | 123 | 快递费用,单位:元 |
| postage_ems | Price | 123 | ems费用,单位:元 |
| have_invoice | Boolean | true | 是否有发票,可选值:false(否)、true(是) |
| have_guarantee | Number | true | 是否有保修,可选值:false(否)、true(是) |
| status | String | up | 发布状态,可选值:up(上架)、down(下架) |
| items_count | Number | 123 | 下载人数 |
| orders_count | Number | 123 | 累计采购次数 |
| created | Date | 2000-01-01 00:00:00 | 创建时间 |
| modified | Date | 2000-01-01 00:00:00 | 更新时间 |
| skus | FenxiaoSku | sku列表 |