How to add products to a custom product link type grid in Magento 2? The dataprovider is set to $scope . '_product_listing' in vendor/magento/module-catalog/Ui/DataProvider/Product/Form/Modifier/Related.php – getGrid($scope) function, we need to create UI component like, so as per our example the custom link type code is ‘parts’ we need to create parts_product_listing.xml UI component. File Path: […]
Create custom product link type in Magento 2: Part 3
How to create a custom product link type grid in Magento 2? As we see how to add a custom product link type using Data Patch in the previous blog, now we will get an idea of how to create a custom product link type UI grid and how to change the label of the […]

