Find shops
GET/api/affiliate/shop/list
Find shops
Request
Query Parameters
current int64
Possible values: >= 1
Page index. It is based 1, not 0
keyword string
keyword
platform string
平台
promotionCountry string
promotionCountry
size int64
Possible values: >= 1
and <= 1000
Page size. default is 10
Responses
- 200
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
Array [
]
data
object
current int64
页码,最小为1
pages int64
总页数
records
object[]
数据
affiliateAvgInfluencerCommissionRate bigdecimal
Affiliate的平均分佣率
affiliateShelfRate bigdecimal
Affiliate的上架率
commissionCycle int32
商店下面成交订单后多久可以打款给红人(品牌商自己设置)
country string
国家
currencyCode string
币种代码
currencySymbol string
币种符号
discountCode string
折扣码(品牌商自己设置)
icon string
商店的icon,如果为null,则根据Url取favoirate icon(品牌商自己设置)
id string
痁铺ID
industryId string
商店的行业(品牌商自己设置)
influencerCommissionRate bigdecimal
分佣比例
merchantId string
品牌商ID
periodEndTime date-time
投放结束时间(品牌商自己设置)
periodStartTime date-time
投放开始时间(品牌商自己设置)
platformType
object
平台
code string
value string
promotionCountries string
默认的推销国家(品牌商自己设置)
shop string
店铺名
thinlaAvgInfluencerCommissionRate bigdecimal
Thinla的平均分佣率
thinlaShelfRate bigdecimal
Thinla的上架率
url string
该shop的主页地址
size int64
每页记录数,最小为1,最大为5000,默认为10
total int64
总记录数
message string
params object[]
requestId string
status int32
{
"data": {
"current": 0,
"pages": 0,
"records": [
{
"affiliateAvgInfluencerCommissionRate": 0,
"affiliateShelfRate": 0,
"commissionCycle": 0,
"country": "string",
"currencyCode": "string",
"currencySymbol": "string",
"discountCode": "string",
"icon": "string",
"id": "string",
"industryId": "string",
"influencerCommissionRate": 0,
"merchantId": "string",
"periodEndTime": "2024-05-21T01:28:58.619Z",
"periodStartTime": "2024-05-21T01:28:58.619Z",
"platformType": {
"code": "string",
"value": "string"
},
"promotionCountries": "string",
"shop": "string",
"thinlaAvgInfluencerCommissionRate": 0,
"thinlaShelfRate": 0,
"url": "string"
}
],
"size": 0,
"total": 0
},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Unauthorized
Forbidden
Not Found
Loading...