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": "4009156d-8a5c-418b-852c-bc8966093534",
"ProductId": "3c5b64f2-2c62-435e-b492-f9442a1edacb",
"AttrValue1": "e2b390c5-1be6-4a51-9eb6-2d405920cc2c",
"AttrValue2": "3a249be2-9032-4ede-b3ad-edb0b0994bb7",
"AttrValue3": "8ef30340-4a9f-4c6c-997a-1e5d1a44a661",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "0b8a3fae-381d-4a29-aed9-94e203bd9904",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e32ce217-3eae-44cb-b347-5ac231fcffdf",
"ImageID": "d8b387b4-bd2a-4c7f-a7e0-862a00c663a2",
"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": "e32ce217-3eae-44cb-b347-5ac231fcffdf",
"ImageID": "d8b387b4-bd2a-4c7f-a7e0-862a00c663a2",
"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"
}