POST xuner/guide/shopguide/getgoods
获取商品列表
请求信息
URI 参数
无。
Body 参数
goodsRequset| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| pageNum |
取第几页的数据 |
integer |
无。 |
| search | string |
无。 |
|
| BrandCode | string |
无。 |
|
| CategoryCode | string |
无。 |
|
| Category2Code | string |
无。 |
|
| isNew | string |
无。 |
|
| isPop | string |
无。 |
|
| createTime | string |
无。 |
|
| salesCount | string |
无。 |
|
| price | string |
无。 |
|
| isAll | string |
无。 |
|
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"pageNum": 0,
"search": "",
"BrandCode": "",
"CategoryCode": "",
"Category2Code": "",
"isNew": "",
"isPop": "",
"createTime": "",
"salesCount": "",
"price": "",
"isAll": "",
"size": 0
}
响应信息
资源描述
获取商品列表
gGuideResponseOfgoods| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | goods |
无。 |
|
| msg |
信息 |
string |
无。 |
| code |
状态码 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"all": false,
"stockList": [
{
"Id": "",
"spStock": "",
"productSupplier": {
"id": "",
"productId": "",
"supplierId": "",
"previewJson": "",
"attributesJson": "",
"tags": "",
"name": "",
"picUrl": "",
"norms1Id": 0,
"norms2Id": 0,
"gmtUpdate": "0001-01-01T00:00:00",
"gmtCreate": "0001-01-01T00:00:00",
"limitCount": 0,
"limitDelivery": 0,
"commissionRate": "",
"commissionValue": "",
"commissionType": 0,
"supplyType": 0,
"supplyStoreId": "",
"couponDisable": 0,
"memberDiscountDisable": 0,
"memberLevel": 0,
"supplySalesId": "",
"dist": 0,
"productCode": "",
"limitPoint": 0,
"description": "",
"miniappProductInfo": "",
"supportAppointment": 0
},
"product": {
"id": "",
"name": "",
"subHead": "",
"categoryId": "",
"productCode": "",
"brandId": "",
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00"
},
"supplier": {
"skuId": "",
"id": "",
"companyName": "",
"auth": 0,
"defaultCommissionRate": "",
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00",
"wechatAuth": 0,
"settlementPeriod": 0,
"token": "",
"distType": "",
"useStoreStock": 0,
"storeUploadDisable": 0,
"cashierDisable": 0,
"supplierStockUpdateDisable": 0,
"postFee": 0.0,
"freePostReachedFee": 0.0,
"postFeeTemplate": 0,
"bandingType": 0,
"bandingMode": 0,
"writeoffCoupon": 0,
"serviceOrderInfo": "",
"deliveryStockType": 0,
"pickupStockType": 0,
"inviteCode": "",
"tpAppId": "",
"stockAutoOffline": 0,
"displayType": 0,
"templateInit": "",
"testMod": 0,
"msgSend": 0,
"selfUrl": "",
"infoOrigin": 0,
"orderActionConfirm": 0,
"orderActionDisable": 0,
"chatActionDisable": 0,
"smsOrderPickupcode": 0,
"smsOrderAppointment": 0,
"flashsaleStoreLimit": 0,
"flashsaleOwnerType": 0,
"hasProduct": 0,
"customerServiceType": 0,
"pickupCommissionType": 0,
"pickupDisplay": 0,
"pickupContent": "",
"productMemberLimitCountDisable": 0,
"smsOwnerPush": "",
"pointPay": 0,
"prePay": 0,
"maxPointLimit": 0,
"pointMultiple": 0,
"step": 0,
"membershipCardGain": 0,
"commissionStrategy": 0,
"orderStoreConfig": "",
"position": "",
"business": ""
},
"supplyStore": "",
"supplySales": "",
"flashsaleStock": "",
"stock": {
"id": "",
"type": 0,
"ownerId": "",
"productId": "",
"categoryId": "",
"supplierId": "",
"count": 0,
"orderCompleteCount": "",
"favoriteCount": 0,
"status": 0,
"tagPrice": 0.0,
"marketPrice": 0.0,
"productName": "",
"productPicUrl": "",
"gmtCreate": "0001-01-01T00:00:00",
"gmtUpdate": "0001-01-01T00:00:00",
"off": 0,
"offTime": "0001-01-01T00:00:00",
"shoppingCount": 0,
"statusTime": "0001-01-01T00:00:00",
"storeTags": "",
"tagsTime": "",
"onlineSellCount": 0,
"distSellCount": "",
"sourceType": 0,
"miniappOff": "",
"miniappOffTime": "",
"minPrice": ""
},
"stockSkuVoList": {},
"nativeStock": "",
"nativeStockSkuVoList": {},
"storeTotalStockCount": 0,
"discountPromotionCount": 0,
"deductString": "",
"stockTotalSkuCount": 0,
"vipDiscount": "",
"vipLevel": "",
"minSkuPrice": 0.0,
"maxSkuPrice": 0.0,
"minSkuPriceVip": "",
"maxSkuPriceVip": "",
"flashSkuPriceVip": "",
"isDiscount": "",
"soldOut": false
}
],
"count": 0
},
"msg": "",
"code": 0
}