Update Product Attribute Combination
Request Parameters:
This method allows to update Attribute Combination
URL for nopCommerce 4.10 :
Api/Admin/UpdateProductAttributeCombination
Headers :
Content-Type : application/json
Parameter: Required [ProductAttributeCombinationId]
{
"ApiSecretKey" :"k104r106p102g98k116q107x114x118" ,
"RestAPIAdminAccessKey" :"4fbdf629-be68-4371-a81d-4b191c98a52e",
"ProductAttributeCombinationId":"17",
"StockQuantity": "500",
"AllowOutOfStockOrders": "true",
"Sku": "shoes_Update",
"ManufacturerPartNumber": "shoes_ManufacturerPartNumber",
"Gtin": "shoes_gtin",
"OverriddenPrice": "10"
}
Response :
{
"ProductId": 25,
"AttributesXml": null,
"StockQuantity": 500,
"AllowOutOfStockOrders": true,
"Sku": "shoes_Update",
"ManufacturerPartNumber": "shoes_ManufacturerPartNumber",
"Gtin": "shoes_gtin",
"OverriddenPrice": 10,
"NotifyAdminForQuantityBelow": 0,
"PictureId": 0,
"PictureThumbnailUrl": null,
"ProductAttributes": [
{
"ProductAttributeId": 8,
"Name": "Size",
"TextPrompt": null,
"IsRequired": true,
"AttributeControlType": 1,
"Values": [
{
"Name": "8",
"IsPreSelected": false,
"Checked": null,
"Id": 21,
"Form": null,
"CustomProperties": {}
},
{
"Name": "9",
"IsPreSelected": false,
"Checked": null,
"Id": 22,
"Form": null,
"CustomProperties": {}
},
{
"Name": "10",
"IsPreSelected": false,
"Checked": null,
"Id": 23,
"Form": null,
"CustomProperties": {}
},
{
"Name": "11",
"IsPreSelected": false,
"Checked": null,
"Id": 24,
"Form": null,
"CustomProperties": {}
}
],
"Id": 9,
"Form": null,
"CustomProperties": {}
},
{
"ProductAttributeId": 1,
"Name": "Color",
"TextPrompt": null,
"IsRequired": true,
"AttributeControlType": 40,
"Values": [
{
"Name": "Red",
"IsPreSelected": true,
"Checked": null,
"Id": 25,
"Form": null,
"CustomProperties": {}
},
{
"Name": "Blue",
"IsPreSelected": false,
"Checked": null,
"Id": 26,
"Form": null,
"CustomProperties": {}
},
{
"Name": "Silver",
"IsPreSelected": false,
"Checked": null,
"Id": 27,
"Form": null,
"CustomProperties": {}
}
],
"Id": 10,
"Form": null,
"CustomProperties": {}
}
],
"ProductPictureModels": [
{
"ProductId": 25,
"PictureId": 53,
"PictureUrl": "http://localhost:98/images/thumbs/0000053_adidas-consortium-campus-80s-running-shoes.jpg",
"DisplayOrder": 1,
"OverrideAltAttribute": null,
"OverrideTitleAttribute": null,
"Id": 32,
"Form": null,
"CustomProperties": {}
},
{
"ProductId": 25,
"PictureId": 54,
"PictureUrl": "http://localhost:98/images/thumbs/0000054_adidas-consortium-campus-80s-running-shoes.jpg",
"DisplayOrder": 2,
"OverrideAltAttribute": null,
"OverrideTitleAttribute": null,
"Id": 33,
"Form": null,
"CustomProperties": {}
},
{
"ProductId": 25,
"PictureId": 55,
"PictureUrl": "http://localhost:98/images/thumbs/0000055_adidas-consortium-campus-80s-running-shoes.jpg",
"DisplayOrder": 3,
"OverrideAltAttribute": null,
"OverrideTitleAttribute": null,
"Id": 34,
"Form": null,
"CustomProperties": {}
}
],
"Warnings": [],
"Id": 17,
"Form": null,
"CustomProperties": {}
}