Request Parameters:


This method allows to list the values of product attribute:


URL  for nopCommerce 4.10 : 

Api/Admin/ListProductAttributeValue


Headers :

Content-Type : application/json


Parameter: Required [ProductAttributeMappingId]


{
       "ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
       "RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
      "ProductAttributeMappingId":"2"
}


 Response :
{
    "Data": [
        {
            "ProductAttributeMappingId": 2,
            "AttributeValueTypeId": 0,
            "AttributeValueTypeName": "Simple",
            "AssociatedProductId": 0,
            "AssociatedProductName": null,
            "Name": "2 GB",
            "ColorSquaresRgb": null,
            "DisplayColorSquaresRgb": false,
            "ImageSquaresPictureId": 0,
            "DisplayImageSquaresPicture": false,
            "PriceAdjustment": 0,
            "PriceAdjustmentStr": "0",
            "PriceAdjustmentUsePercentage": false,
            "WeightAdjustment": 0,
            "WeightAdjustmentStr": "0",
            "Cost": 0,
            "CustomerEntersQty": false,
            "Quantity": 0,
            "IsPreSelected": false,
            "DisplayOrder": 1,
            "PictureId": 0,
            "PictureThumbnailUrl": "http://localhost:98/images/thumbs/default-image_1.png",
            "ProductPictureModels": [],
            "Locales": [],
            "Id": 3,
            "Form": null,
            "CustomProperties": {}
        },
        {
            "ProductAttributeMappingId": 2,
            "AttributeValueTypeId": 0,
            "AttributeValueTypeName": "Simple",
            "AssociatedProductId": 0,
            "AssociatedProductName": null,
            "Name": "4GB",
            "ColorSquaresRgb": null,
            "DisplayColorSquaresRgb": false,
            "ImageSquaresPictureId": 0,
            "DisplayImageSquaresPicture": false,
            "PriceAdjustment": 20,
            "PriceAdjustmentStr": "20",
            "PriceAdjustmentUsePercentage": false,
            "WeightAdjustment": 0,
            "WeightAdjustmentStr": "0",
            "Cost": 0,
            "CustomerEntersQty": false,
            "Quantity": 0,
            "IsPreSelected": false,
            "DisplayOrder": 2,
            "PictureId": 0,
            "PictureThumbnailUrl": "http://localhost:98/images/thumbs/default-image_1.png",
            "ProductPictureModels": [],
            "Locales": [],
            "Id": 4,
            "Form": null,
            "CustomProperties": {}
        },
        {
            "ProductAttributeMappingId": 2,
            "AttributeValueTypeId": 0,
            "AttributeValueTypeName": "Simple",
            "AssociatedProductId": 0,
            "AssociatedProductName": null,
            "Name": "8GB",
            "ColorSquaresRgb": null,
            "DisplayColorSquaresRgb": false,
            "ImageSquaresPictureId": 0,
            "DisplayImageSquaresPicture": false,
            "PriceAdjustment": 60,
            "PriceAdjustmentStr": "60",
            "PriceAdjustmentUsePercentage": false,
            "WeightAdjustment": 0,
            "WeightAdjustmentStr": "0",
            "Cost": 0,
            "CustomerEntersQty": false,
            "Quantity": 0,
            "IsPreSelected": false,
            "DisplayOrder": 3,
            "PictureId": 0,
            "PictureThumbnailUrl": "http://localhost:98/images/thumbs/default-image_1.png",
            "ProductPictureModels": [],
            "Locales": [],
            "Id": 5,
            "Form": null,
            "CustomProperties": {}
        }
    ],
    "Total": 3,
    "ExtraData": null,
    "Errors": null,
    "Form": null,
    "CustomProperties": {}
}