GET AdminApi/ProdImage/GetImageBySku?prodId={prodId}&attr1={attr1}&attr2={attr2}&attr3={attr3}&imageType={imageType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodId | globally unique identifier |
Required |
|
| attr1 | globally unique identifier |
Required |
|
| attr2 | globally unique identifier |
Required |
|
| attr3 | globally unique identifier |
Required |
|
| imageType | ImageType |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductImageView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| AttrValue1 | globally unique identifier |
None. |
|
| AttrValue2 | globally unique identifier |
None. |
|
| AttrValue3 | globally unique identifier |
None. |
|
| AttrValues1Name | string |
None. |
|
| AttrValues2Name | string |
None. |
|
| AttrValues3Name | string |
None. |
|
| Sku | globally unique identifier |
None. |
|
| Type | ImageType |
None. |
|
| Image | string |
None. |
|
| Items | Collection of ProductImageItemView |
None. |
|
| IsDefault | boolean |
None. |
|
| IsDefaultName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "3297d462-7516-43e9-8a13-57532b407877",
"ProductId": "de9609c7-d662-4d48-88aa-83a89d8c6ef5",
"AttrValue1": "0d8857ef-970b-4e1a-b2d9-e3b8691d0a8d",
"AttrValue2": "4dfd9b90-1b33-4a64-b409-13189b86dfd4",
"AttrValue3": "2ddc355b-babf-4f24-840a-4e97f6fa9ca6",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "672bd3ac-aaae-4060-a99f-a72543f947b9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "a74a5f9b-02f4-452b-9150-2967df53960d",
"ImageID": "07afb5b4-0fd2-4bb3-b19f-4f097ecfc9be",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
},
{
"Id": "a74a5f9b-02f4-452b-9150-2967df53960d",
"ImageID": "07afb5b4-0fd2-4bb3-b19f-4f097ecfc9be",
"OriginalPath": "sample string 3",
"Path": "sample string 4",
"Size": 5,
"Width": "sample string 6",
"Length": "sample string 7",
"Type": 0,
"ImageType": "sample string 8"
}
],
"IsDefault": true,
"IsDefaultName": "sample string 12"
}