product_query.md 1.77 KB

线下店获取门店可售商品列表

原入口:platform/PurchaseAllocationController/storeSaleProductDetailList

请求参数

参数名称 参数类型 长度 可否为空 示例 默认值 备注
storeId int 50 1 门店id
productSkus List 50 sku
productSkns List 50 skn
productName String 50 商品名称
brandId String 50 品牌id
maxSortId short 50 商品大类id
gender int 50 性别
attribute int 50 商品属性
isShopOnSale String 50 是否本店在售
isAdvance String 50 是否预售
isLimited String 50 是否限量
isJit String 50 是否jit
shopsPageSize int 50 分页数

返回参数

code为200即为成功,否则是失败。 响应JSON格式如下所示:

 {
 "code": 200,
 "message": "success",
 "data": [
   {
     "productSkn": 70,
     "productSku": "1385336",
     "productSkc": 0,
     "productName": 70,
     "brandName": "1385336",
     "brandId": 145,
     "maxSortName": 0,
     "smallSortName": 70,
     "middleSortName": "1385336",
     "colorName": 145,
     "sizeName": 0,
     "gender": 70,
     "imageUrl": "1385336",
     "replenishSwitch": 145,
     "attribute": 0,
     "isJit": 70,
     "isLimited": "1385336",
     "isAdvance": 145,
     "isSpecial": 0,
     "shelveTime": 70,
     "salesPrice": "1385336",
     "marketPrice": 145,
     "auditState": 0
   }
 ]
}