Skip to main content

Get promotion products

GET 

/api/affiliate/promotion/products

Get promotion products

Request

Query Parameters

    country string

    Country, CN, US

    current int64

    Possible values: >= 1

    Page index. It is based 1, not 0

    minDuration int64

    Remain promotion duration, unit: million second

    platformType string

    Platform, one of shopee, shopify, thinla, shenlan and shoplazza

    productName string

    Product Name

    promotionStatus string

    Promotion Status, one of Participating, End

    promotionType string

    Promotion type. one of HighestCommission, TopPerforming

    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 [

  • active boolean

    品牌商是否推出了他的产品给红人

    archivedId string

    存档id

    categories string

    分类全名

    categoryId string

    分类Id

    commission string

    佣金金额

    commissionRate string

    佣金率

    country string

    国家

    createTime date-time

    创建时间

    creator string

    创建人

    currencyCode string

    currencyCode

    currencySymbol string

    currencySymbol

    deleted boolean

    删除标志

    discountCode string

    打折码

    editTime date-time

    修改时间

    editor string

    修改人

    id string
    imageUrl string

    图片url

    influencerIds string

    红人id数组,如果是查红人的话,这个可能是空字符串或一个红人id, 如果是按mcm查的话,可能是空或一组红人id

    isArchived boolean

    是否已存档

    isExpired boolean

    是否已过期

    isHidden boolean

    是否隐藏 0否1是

    isUnableToPromote boolean

    是否无法推广

    marketingInformation string

    市场信息

    medias string

    媒体相关信息,Json字符串, 该类型为数组,数组元素结构, {type: "example" | "file", mediaUrl: string, mediaName: string}

    periodEndTime date-time

    投放结束时间

    periodStartTime date-time

    投放开始时间

    platformType

    object

    平台

    code string
    value string
    price string

    产品单价

    productLink string

    产品链接

    productName string

    产品名称

    sales int32

    销量

    shopName string

    商品名称

    shortLinks string

    短link数组,如果是查红人的话,这个可能是空字符串或一个短link, 如果是按mcm查的话,可能是空或一组短link

    sortNumber int64

    排序号

    tags string

    Tags, JSON字符串,字符串数组

    totalCommissionRate string

    TotalCommRate

  • ]

  • size int64

    每页记录数,最小为1,最大为5000,默认为10

    total int64

    总记录数

    message string
    params object[]
    requestId string
    status int32
Loading...