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": "b2da2722-39ce-422f-bae6-8f3bbf82827a",
"ProductId": "73dc259d-3799-4d65-acb8-776f8174b5a2",
"AttrValue1": "2ed1fb77-54cd-4875-91e7-ebeaac6ba28a",
"AttrValue2": "e1fb8c5c-1f2e-4fca-8492-20d339273dda",
"AttrValue3": "f14a45a0-db4a-47f9-91cb-1074657d5212",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "7b187d6b-e6c7-415d-a826-98de33662c3e",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dd14abfe-5754-4d99-8648-213a1ae5108d",
"ImageID": "fce658f9-8659-4b0b-8faf-113ca1ccba37",
"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": "dd14abfe-5754-4d99-8648-213a1ae5108d",
"ImageID": "fce658f9-8659-4b0b-8faf-113ca1ccba37",
"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"
}