说明:
请求地址:
/wapbiz/goods/goodsinfo
请求参数说明:
参数名 |
类型 |
是否必须 |
说明 |
goods_id |
int |
是 |
商品id |
返回字段说明:
字段名 |
类型 |
说明 |
goods_id |
int |
商品id |
goods_type |
int |
商品类型,1实物商品 0计时计次商品 3虚拟商品 4知识付费 5电子卡密 |
goods_name |
string |
商品名称 |
activity_pic |
string |
商品活动图id |
activity_pic_url |
string |
商品活动图url |
short_name |
string |
商品简称 |
category_name |
string |
分类名称 |
category_id |
int |
分类id |
category_id_1 |
int |
一级分类id |
category_id_2 |
int |
二级分类id |
category_id_3 |
int |
三级分类id |
promotion_type |
int |
促销类型 0无促销,1秒杀,2团购, 3预售, 4砍价,5限时折扣 |
price |
float |
售价 |
cost_price |
float |
成本价 |
market_price |
float |
市场价 |
stock |
int |
库存 |
item_no |
string |
商品货号 |
code |
string |
商品编号 |
state |
int |
商品状态 0下架,1正常,10违规(禁售),11待审核,12审核不通过 |
shipping_fee |
float |
运费 |
shipping_fee_id |
int |
运费模板id |
shipping_fee_type |
int |
运费类型:0免运费,1统一运费,2选择模板 |
goods_weight |
string |
商品重量 |
goods_volume |
string |
商品体积 |
goods_attribute_id |
int |
品类id |
sku_list |
array |
sku列表,单规格的商品默认也会有一条sku |
img_list |
array |
图片列表 |
goods_attribute_list |
array |
属性列表 |
goods_spec_format |
array |
商品所选规格 |
description |
string |
商品描述 |
goods_volume |
string |
商品体积 |
store_list |
string |
核销门店列表,保存的时候直接返回 |
sku_picture_vlaues |
array |
sku图片列表 |
### 返回示例:
**多规格**
```
{
"code": 1,
"message": "获取成功",
"data": {
"goods_id": 2138,
"activity_pic_url":"...",
"goods_type": 1,
"goods_name": "121221",
"short_name": "",
"category_name": "11>2>衬衫",
"category_id": 22,
"category_id_1": 19,
"category_id_2": 21,
"category_id_3": 22,
"promotion_type": 4,
"price": "23.00",
"cost_price": "0.00",
"market_price": "23.00",
"stock": 0,
"item_no": "67",
"code": "",
"state": 0,
"shipping_fee": "0.00",
"shipping_fee_id": 24,
"shipping_fee_type": 0,
"goods_weight": "0.00",
"goods_volume": "0.00",
"goods_attribute_id": 155,
"max_buy": 0,
"sku_list": [
{
"sku_id": 4902,
"goods_id": 2138,
"sku_name": "AAA 3 ",
"attr_value_items": "144:1861;145:1884",
"attr_value_items_format": "144:1861;145:1884",
"market_price": "23.00",
"price": "23.00",
"promote_price": "23.00",
"cost_price": "0.00",
"stock": 0,
"picture": 0,
"code": "",
"QRcode": "",
"create_date": 1600240097,
"update_date": 1600307102,
"website_id": 26,
"gjp_sku_id": 0,
"sku_max_buy": 0,
"sku_max_buy_time": 1600240097,
"supplier_sku_id": 0,
"member_price": 23
},
{
"sku_id": 4903,
"goods_id": 2138,
"sku_name": "32 3 ",
"attr_value_items": "144:1886;145:1884",
"attr_value_items_format": "144:1886;145:1884",
"market_price": "23.00",
"price": "232.00",
"promote_price": "232.00",
"cost_price": "0.00",
"stock": 0,
"picture": 0,
"code": "",
"QRcode": "",
"create_date": 1600240097,
"update_date": 1600307102,
"website_id": 26,
"gjp_sku_id": 0,
"sku_max_buy": 0,
"sku_max_buy_time": 1600240097,
"supplier_sku_id": 0,
"member_price": 23
}
],
"img_list": [
{
"pic_cover": "upload/26/2020/04/29/17/1588154292539.ico",
"pic_id": 7013
}
],
"goods_attribute_list": [],
"store_list": "13",
"sku_picture_vlaues": [
{
"spec_id": 144,
"spec_value_id": 1861,
"img_ids": 7013
},
{
"spec_id": 144,
"spec_value_id": 1886,
"img_ids": 7004
}
],
"goods_spec_format": [
{
"spec_name": "尺码11",
"spec_id": 144,
"show_type": "3",
"value": [
{
"spec_value_name": "AAA",
"spec_name": "尺码11",
"spec_id": 144,
"spec_value_id": 1861,
"spec_value_data": 7013,
"spec_value_data_src": "upload/26/2020/04/29/17/1588154292539.ico"
},
{
"spec_value_name": "32",
"spec_name": "尺码11",
"spec_id": 144,
"spec_value_id": 1886,
"spec_value_data": 7004,
"spec_value_data_src": "upload/26/goodhelper/common/1cd00af56f1b0be96d7db049ddefbabd/86d544c38bb8567ef8eb8b4e24d556f04.png"
}
]
},
{
"spec_name": "颜色",
"spec_id": 145,
"show_type": "1",
"value": [
{
"spec_value_name": "3",
"spec_name": "颜色",
"spec_id": 145,
"spec_value_id": 1884,
"spec_value_data": ""
}
]
}
],
"description": ""
}
}
```
**单规格**
```
{
"code": 1,
"message": "获取成功",
"data": {
"goods_id": 2047,
"goods_type": 1,
"goods_name": "门店专用",
"short_name": "",
"category_name": "11>2>衬衫",
"category_id": 22,
"category_id_1": 19,
"category_id_2": 21,
"category_id_3": 22,
"promotion_type": 0,
"price": "1.00",
"cost_price": "1.00",
"market_price": "1.00",
"stock": 99999999,
"item_no": "",
"code": "",
"state": 1,
"shipping_fee": "0.00",
"shipping_fee_id": 24,
"shipping_fee_type": 0,
"goods_weight": "0.00",
"goods_volume": "0.00",
"goods_attribute_id": 155,
"sku_list": [
{
"sku_id": 4850,
"goods_id": 2047,
"sku_name": "",
"attr_value_items": "",
"attr_value_items_format": "",
"market_price": "1.00",
"price": "1.00",
"promote_price": "1.00",
"cost_price": "1.00",
"stock": 99999999,
"picture": 0,
"code": "",
"QRcode": "",
"create_date": 1583114714,
"update_date": 0,
"website_id": 26,
"gjp_sku_id": 0,
"sku_max_buy": 0,
"sku_max_buy_time": 0,
"supplier_sku_id": 0,
"member_price": 1
}
],
"img_list": [
{
"pic_cover": "upload/26/2019/12/09/15/1575875030146.jpg",
"pic_id": 6467
}
],
"goods_attribute_list": [],
"store_list": "13",
"sku_picture_vlaues": [
{
"spec_id": 144,
"spec_value_id": 1861,
"img_ids": 7013
},
{
"spec_id": 144,
"spec_value_id": 1886,
"img_ids": 7004
}
],
"goods_spec_format": [],
"description": ""
}
}
```