Request Parameters:


This method allows to list all associated product  


URL  for nopCommerce 4.10 : 

Api/Admin/ListAssociatedProduct


Headers :

Content-Type : application/json


Parameter: Required [ProductId]
{
       "ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
       "RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
      "ProductId": "13" 
}



 Response :
{
    "Data": [
        {
            "ProductName": "Adobe Photoshop CS4",
            "DisplayOrder": 0,
            "Id": 10,
            "Form": null,
            "CustomProperties": {}
        },
        {
            "ProductName": "Nikon D5500 DSLR - Black",
            "DisplayOrder": 0,
            "Id": 14,
            "Form": null,
            "CustomProperties": {}
        },
        {
            "ProductName": "Nikon D5500 DSLR - Red",
            "DisplayOrder": 0,
            "Id": 15,
            "Form": null,
            "CustomProperties": {}
        },
        {
            "ProductName": "$50 Physical Gift Card",
            "DisplayOrder": 0,
            "Id": 44,
            "Form": null,
            "CustomProperties": {}
        },
        {
            "ProductName": "$100 Physical Gift Card",
            "DisplayOrder": 0,
            "Id": 45,
            "Form": null,
            "CustomProperties": {}
        }
    ],
    "Total": 5,
    "ExtraData": null,
    "Errors": null,
    "Form": null,
    "CustomProperties": {}
}