Insert Associated Product
Request Parameters:
This method allows to insert Associated Product:
URL for nopCommerce 4.10 :
Api/Admin/InsertAssociatedProduct
Headers :
Content-Type : application/json
Parameter: Required [ProductId]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"ProductId": "13",
"SelectedProductIds": [2,3],
"IsLoggedInAsVendor":"false"
}
Response :
{
"Message": "Associated Product(s) added successfully for id(s) : 2,3"
}