Znode

Build Version:

PUT productalternateimage/{productImageId}

Updates an existing product image.

Request Information

» Parameters

Name Description Additional information
productImageId The ID of the product image.

Define this parameter in the request URI.

model The model of the product image.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "ProductImageID": 1,
  "ProductID": 2,
  "Name": "sample string 3",
  "ImageFile": "sample string 4",
  "ImageAltTag": "sample string 5",
  "AlternateThumbnailImageFile": "sample string 6",
  "ActiveInd": true,
  "ShowOnCategoryPage": true,
  "ProductImageTypeID": 1,
  "DisplayOrder": 1,
  "ReviewStateID": 1,
  "ImagePath": "sample string 9",
  "ReviewStateString": "sample string 10",
  "VendorName": "sample string 11",
  "VendorId": 1,
  "ProductSku": "sample string 12",
  "ImageTypeName": "sample string 13",
  "UserName": "sample string 14"
}