GET AdminApi/ProdImage/GetSkuProductImageList?prodID={prodID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| prodID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "548dcde7-51f5-47fb-8a93-70d473ec29c3",
"ProductId": "882df2d3-de74-4cd8-9098-bdf8e6677fe5",
"AttrValue1": "f616a26b-1b20-46b4-9670-387923064850",
"AttrValue2": "2953e95c-7f25-42ea-9f88-b5b3496495ce",
"AttrValue3": "9a0cd2cc-a488-4a3b-899c-0001ef13137f",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c5abe990-1eee-4649-83eb-f5f5c3c9340e",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "fb40fc57-5d5b-4fca-8307-64dccdd83aa2",
"ImageID": "768f06ac-5670-40b2-a10b-a2e429eab4df",
"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": "fb40fc57-5d5b-4fca-8307-64dccdd83aa2",
"ImageID": "768f06ac-5670-40b2-a10b-a2e429eab4df",
"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"
},
{
"Id": "548dcde7-51f5-47fb-8a93-70d473ec29c3",
"ProductId": "882df2d3-de74-4cd8-9098-bdf8e6677fe5",
"AttrValue1": "f616a26b-1b20-46b4-9670-387923064850",
"AttrValue2": "2953e95c-7f25-42ea-9f88-b5b3496495ce",
"AttrValue3": "9a0cd2cc-a488-4a3b-899c-0001ef13137f",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "c5abe990-1eee-4649-83eb-f5f5c3c9340e",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "fb40fc57-5d5b-4fca-8307-64dccdd83aa2",
"ImageID": "768f06ac-5670-40b2-a10b-a2e429eab4df",
"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": "fb40fc57-5d5b-4fca-8307-64dccdd83aa2",
"ImageID": "768f06ac-5670-40b2-a10b-a2e429eab4df",
"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"
}
]