1551934118171352.jpg

文章內容

微信小程序獲取門店商品的規格信息接口
作者:admin | 時間︰2020-05-26 13:33:54

(1) 請求參數︰

 

參數名稱

必填

參數值說明

格式要求

id

int

商品編號

shopBranchId

int

門店編號

openId

用戶openid

string

 

(2) 返回值說明︰Json格式

返回結果︰

{"success":true,"msg":"","code":0,"data":{"ProductId":1285,"ProductName":"大紅袍武夷岩茶 新茶炭焙濃香型 烏龍茶500克 武夷山新茶茶葉 閩飲D298 D298簡裝","ImageUrl":"http://localhost:4573//Storage/Shop/366/Products/1285/1_350.png","Stock":496,"SkuItems":[{"AttributeId":71,"AttributeName":"規格","AttributeValue":[{"ValueId":15,"Value":"100","UseAttributeImage":false,"ImageUrl":""},{"ValueId":16,"Value":"200","UseAttributeImage":false,"ImageUrl":""}],"AttributeIndex":2}],"Skus":[{"SkuId":"1285_0_0_15","SKU":null,"Weight":0.00,"Stock":198,"WarningStock":0,"SalePrice":"162","CartQuantity":0,"ImageUrl":""},{"SkuId":"1285_0_0_16","SKU":null,"Weight":0.00,"Stock":298,"WarningStock":0,"SalePrice":"188","CartQuantity":0,"ImageUrl":""}],"DefaultSku":{"SkuId":"1285_0_0_15","SKU":null,"Weight":0.00,"Stock":198,"WarningStock":0,"SalePrice":"162","CartQuantity":0,"ImageUrl":""}}}

 

 

返回結果參數說明︰

 

字段名稱

字段編碼

數據類型

是否可空

備注

規格屬性集

SkuItems

Json


規格集

Skus

json


默認規格

DefaultSku

json

同Skus

 

規格屬性集  SkuItems

 

字段名稱

字段編碼

數據類型

是否可空

備注

屬性編號

AttributeId

Json


屬性名稱

AttributeName

json


值集

AttributeValue

json


 

屬性值信息 AttributeValue

 

字段名稱

字段編碼

數據類型

是否可空

備注

值編號

ValueId

int


Value

string


是否使用圖片

UseAttributeImage

bool


圖片地址

ImageUrl

string


 

規格信息 Skus

 

字段名稱

字段編碼

數據類型

是否可空

備注

編號

SkuId

string


重量

Weight

decimal


庫存

Stock

int


警戒庫存

WarningStock

int


售價

SalePrice

decimal