Skip to main content

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

OK

Schema

    data

    object

    current int64

    页码,最小为1

    pages int64

    总页数

    records

    object[]

    数据

  • Array [

  • 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
Loading...