Skip to main content

Fetch Product Extension Links

Product extension link is that claim link with extension code. The api will fetch all extension links of the product

Method: GET

Parameters

  • id
    Product Id

Response

{
"data": [
{
"extensionCode": "string",
"fullUrl": "string",
"shortLink": "string"
}
],
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}