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": "8ed652db-f679-4e74-b531-a63bd2e38080",
"ProductId": "1983f5c2-9deb-4771-8931-96fbec2315d8",
"AttrValue1": "140477aa-2766-48b2-9afa-da1451d2193d",
"AttrValue2": "9108ea93-ca5c-4c7a-bd4e-fa87de6e3a51",
"AttrValue3": "82d48f2d-9bbb-4ef4-a68d-7a11456ab818",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "40bda5bf-a74d-490e-a759-94bdf9399e11",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "f4865c79-0142-4567-8c27-3ba5bd31dc76",
"ImageID": "ab90fab8-a5a9-46b1-980f-9f4ba108ec50",
"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": "f4865c79-0142-4567-8c27-3ba5bd31dc76",
"ImageID": "ab90fab8-a5a9-46b1-980f-9f4ba108ec50",
"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"
}