Fetch Promotion Products
This API is used to retrieve all shops which register in Thinla Affiliate. You can use this API to obtain shop information about commission rate, promotion countries commission cycle and shelf rate etc.
/api/affiliate/shop/list
Method: GET
Parameters
-
current
Current Page: Specifies which page of data to retrieve. -
size
Records per Page: Specifies the number of records to be returned per page. -
promotionCountry
The promotion country. The country consist by 2 letter like "US", "CN" -
platform One of shopee, shopify, thinla, shenlan and shoplazza
-
keyword Search by shop name.
Response
{
"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:50:24.610Z",
"periodStartTime": "2024-05-21T01:50:24.611Z",
"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
}