Skip to main content

Fetch Promotion Products

This API is used to retrieve custom short links which belong with the shop.

Method: GET

Parameters

  • shopId
    The shop id can be get from Fetch shops Api

Response

{
"data": [
{
"createTime": "2024-05-21T02:46:42.426Z",
"creator": "string",
"deleted": false,
"editTime": "2024-05-21T02:46:42.426Z",
"editor": "string",
"fullLink": "string",
"id": "string",
"influencerId": "string",
"partnerShopId": "string",
"rawLink": "string",
"referralCode": "string",
"shortlink": "string",
"type": "CustomLink"
}
],
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}