- 官方AI产品模块
- AI角色预设模块
- AI产品模块
- AI提示模块
- 应用模块
- 内容模块
- 商家地址库
- 权益卡模块
- 客服模块
- 公共模块
- 短信模块
- 系统公告模块
- 门店模块
- 商品模块
- 营销模块
- 售后服务模块
- 购物车模块
- 包裹物流模块
- 订单模块
- 支付模块
- 礼品模块
- 搜索模块
- 用户AI模块
- 用户会员模块
- 用户优惠券模块
- 分销员模块
- 用户收藏模块
- 用户登录模块
- 用户退出登录模块
- 用户订单模块
- 会员充值模块
- 用户注册模块
- 用户微信模块
- 用户提现模块
搜索租赁商品
GET
https://api.shakingcloud.com/api/product/search/rent_goods
搜索模块
请求参数
Query 参数
keyword
string
搜索关键字
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.shakingcloud.com/api/product/search/rent_goods'
返回响应
🟢200OK
application/json
Body
attributes
object
可选
code
string
可选
data
array[object (Goods) {66}]
可选
beginDate
string <date-time>
可选
brandKey
string
可选
categoryKeys
array[string]
可选
checked
boolean
可选
codPayDeposit
number
可选
collected
boolean
可选
cost
number
可选
createDate
string <date-time>
可选
createStr
string
可选
description
string
可选
endDate
string <date-time>
可选
endPrice
number
可选
endRentPrice
number
可选
externalSn
string
可选
freightTemplateId
integer <int64>
可选
freightTemplateKey
string
可选
fullName
string
可选
hits
integer <int64>
可选
id
integer <int64>
可选
image
string
可选
instantStock
integer <int32>
可选
introduction
string
可选
isGift
boolean
可选
isList
boolean
可选
isMarketable
boolean
可选
isMemberPrice
boolean
可选
isRent
boolean
可选
isSpecs
boolean
可选
isStarted
boolean
可选
isTop
boolean
可选
key
string
可选
marketPrice
number
可选
memberPrice
number
可选
merchantLogo
string
可选
merchantName
string
可选
modifyDate
string <date-time>
可选
name
string
可选
pagePath
string
可选
pageType
string
可选
parameters
array[object (Parameter) {9}]
可选
points
integer <int32>
可选
price
number
可选
reduceStock
enum<string>
可选
枚举值:
placeOrderpayment
remark
string
可选
rentPrice
number
可选
rentUnit
string
可选
saleDateTime
string <date-time>
可选
saleDateType
enum<string>
可选
枚举值:
rightNowscheduledinstore
sales
integer <int32>
可选
score
number <float>
可选
scoreCount
integer <int32>
可选
shippingMethods
string
可选
sn
string
可选
startPrice
number
可选
startRentPrice
number
可选
startSaleDate
string
可选
status
enum<string>
可选
枚举值:
sellingsoldoutstorerecycler
stock
integer <int32>
可选
tags
array[object (GoodsTag) {4}]
可选
tkey
string
可选
totalScore
integer <int64>
可选
type
enum<string>
可选
枚举值:
virtualreality
unit
string
可选
unityFreight
number
可选
videoImage
string
可选
videoUrl
string
可选
msg
string
可选
success
boolean
可选
totalCount
integer <int64>
可选
示例
{
"attributes": {},
"code": "string",
"data": [
{
"beginDate": "2019-08-24T14:15:22Z",
"brandKey": "string",
"categoryKeys": [
"string"
],
"checked": true,
"codPayDeposit": 0,
"collected": true,
"cost": 0,
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"description": "string",
"endDate": "2019-08-24T14:15:22Z",
"endPrice": 0,
"endRentPrice": 0,
"externalSn": "string",
"freightTemplateId": 0,
"freightTemplateKey": "string",
"fullName": "string",
"hits": 0,
"id": 0,
"image": "string",
"instantStock": 0,
"introduction": "string",
"isGift": true,
"isList": true,
"isMarketable": true,
"isMemberPrice": true,
"isRent": true,
"isSpecs": true,
"isStarted": true,
"isTop": true,
"key": "string",
"marketPrice": 0,
"memberPrice": 0,
"merchantLogo": "string",
"merchantName": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"pagePath": "string",
"pageType": "string",
"parameters": [
{
"checked": true,
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"key": "string",
"memo": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"name": "string",
"options": [
{
"id": 0,
"name": "string",
"value": "string"
}
],
"tkey": "string"
}
],
"points": 0,
"price": 0,
"reduceStock": "placeOrder",
"remark": "string",
"rentPrice": 0,
"rentUnit": "string",
"saleDateTime": "2019-08-24T14:15:22Z",
"saleDateType": "rightNow",
"sales": 0,
"score": 0,
"scoreCount": 0,
"shippingMethods": "string",
"sn": "string",
"startPrice": 0,
"startRentPrice": 0,
"startSaleDate": "string",
"status": "selling",
"stock": 0,
"tags": [
{
"bgColor": "string",
"color": "string",
"name": "string",
"sort": 0
}
],
"tkey": "string",
"totalScore": 0,
"type": "virtual",
"unit": "string",
"unityFreight": 0,
"videoImage": "string",
"videoUrl": "string"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-06-19 03:50:23