Provide a list of the product link type attributes
Provide a list of the product link type attributes
GET /V1/products/links/{type}/attributes
curl \
-X GET https://magento2.winkelstraat.mac/rest/all/V1/products/links/{type}/attributes
Response examples (200)
[
{
"code": "string",
"type": "string",
"extension_attributes": {}
}
]
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}