ReDoc documentation
Assign a product link to another product
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "items": [
- {
- "sku": "string",
 - "link_type": "string",
 - "linked_product_sku": "string",
 - "linked_product_type": "string",
 - "position": 0,
 - "extension_attributes": {
- "qty": 0
 
} 
} 
] 
}trueSave product link
200 Success.
400 Bad Request
401 Unauthorized
Unexpected error
{- "entity": {
- "sku": "string",
 - "link_type": "string",
 - "linked_product_sku": "string",
 - "linked_product_type": "string",
 - "position": 0,
 - "extension_attributes": {
- "qty": 0
 
} 
} 
}true