簡要描述
請求url
https://www.商城域名.com/index.php?s=/api/goods/basic
請求方式
是否需授權登錄
請求header
參數名 |
類型 |
是否必須 |
示例值 |
說明 |
storeId |
int |
必填 |
10001 |
商城ID |
platform |
string |
必填 |
H5 |
當前請求的客戶端(APP、小程序、H5等) |
Access-Token |
string |
選填 |
- |
當前登錄用戶的 Token |
請求參數
參數名 |
類型 |
是否必須 |
示例值 |
說明 |
goodsId |
int |
必填 |
10001 |
商品ID |
返回示例
{
"status": 200,
"message": "success",
"data": {
"detail": {
"goods_id": 10020,
"goods_name": "耐克 男子 NIKE AIR FORCE 1'07 運動鞋",
"goods_no": "",
"video_id": 0,
"video_cover_id": 0,
"selling_point": "",
"spec_type": 20,
"goods_price_min": "599.00",
"goods_price_max": "599.00",
"line_price_min": "999.00",
"line_price_max": "999.00",
"stock_total": 6969,
"content": "<p><img src=\"https://img30.360buyimg.com/popWaterMark/jfs/t21079/308/1123537364/204877/c72aad08/5b2091e8N5871b64d.jpg.dpg\"/></p>",
"delivery_id": 10001,
"is_points_gift": 1,
"is_points_discount": 1,
"is_alone_points_discount": 0,
"points_discount_config": "",
"is_enable_grade": 1,
"is_alone_grade": 0,
"alone_grade_equity": [],
"status": 10,
"is_ind_dealer": 0,
"dealer_money_type": 10,
"first_money": "0.00",
"second_money": "0.00",
"third_money": "0.00",
"goods_images": [
{
"file_id": 10378,
"file_type": 10,
"preview_url": "b72822760ccc4bb892cc658b33af939e.jpg",
"external_url": "b72822760ccc4bb892cc658b33af939e.jpg"
},
{
"file_id": 10381,
"file_type": 10,
"preview_url": "e8f48e56ccd8dc60c883fc8fe06d6149.png",
"external_url": "e8f48e56ccd8dc60c883fc8fe06d6149.png"
},
{
"file_id": 10377,
"file_type": 10,
"preview_url": "b3393458e9a9bd2459303e501958f0a3.jpg",
"external_url": "b3393458e9a9bd2459303e501958f0a3.jpg"
}
],
"goods_image": "b72822760ccc4bb892cc658b33af939e.jpg",
"goods_sales": 40,
"is_user_grade": false
}
}
}
返回參數
參數名 |
類型 |
示例值 |
說明 |
status |
int |
200 |
請求狀態(200:請求成功;500:請求錯誤/失敗) |
message |
string |
success |
請求結果的信息,默認為 success |
data |
object |
- |
返回的業務數據 |
data 參數
參數名 |
類型 |
示例值 |
說明 |
detail |
object |
- |
商品詳情 |
data.detail 參數
參數名 |
類型 |
示例值 |
說明 |
goods_id |
int |
10020 |
商品ID |
goods_name |
string |
耐克 男子 NIKE AIR FORCE 1'07 運動鞋 |
商品標題/名稱 |
goods_no |
string |
- |
商品編號 |
video_id |
int |
- |
主圖視頻ID |
video_cover_id |
int |
- |
主圖視頻封面ID |
selling_point |
string |
- |
商品賣點 |
spec_type |
int |
20 |
商品規格 (10單規格 20多規格) |
goods_price_min |
string |
599.00 |
商品價格 (最低) |
goods_price_max |
string |
599.00 |
商品價格 (最高) |
line_price_min |
string |
999.00 |
劃線價格 (最低) |
line_price_max |
string |
999.00 |
劃線價格 (最高) |
stock_total |
int |
6969 |
庫存總量 (包含所有sku) |
content |
string |
- |
詳情頁內容 |
delivery_id |
int |
10001 |
配送模板ID |
is_points_gift |
int |
1 |
是否開啟積分贈送 (1開啟 0關閉) |
is_points_discount |
int |
1 |
是否允許使用積分抵扣 (1允許 0不允許) |
is_enable_grade |
int |
1 |
是否開啟會員折扣 (1開啟 0關閉) |
is_alone_grade |
int |
- |
會員折扣設置 (0默認等級折扣 1單獨設置折扣) |
alone_grade_equity |
array |
- |
單獨設置折扣的配置 |
status |
int |
10 |
商品狀態 (10上架 20下架) |
is_ind_dealer |
int |
- |
是否開啟單獨分銷 (0關閉 1開啟) |
dealer_money_type |
int |
10 |
分銷傭金類型 (10百分比 20固定金額) |
first_money |
string |
0.00 |
分銷傭金 (一級) |
second_money |
string |
0.00 |
分銷傭金 (二級) |
third_money |
string |
0.00 |
分銷傭金 (三級) |
goods_images |
array |
- |
商品輪播圖 |
goods_image |
string |
b72822760ccc4bb892cc658b33af939e.jpg |
商品主圖URL |
goods_sales |
int |
40 |
顯示銷量 (初始銷量 + 實際銷量) |
is_user_grade |
boolean |
false |
是否使用會員等級折扣價(判斷登錄用戶的會員等級) |
data.detail.goods_images 參數
參數名 |
類型 |
示例值 |
說明 |
file_id |
int |
10378 |
圖片文件ID |
file_type |
int |
10 |
文件類型 (10圖片) |
preview_url |
string |
b72822760ccc4bb892cc658b33af939e.jpg |
圖片預覽地址 |