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": "c245fb4a-11c3-43c9-819d-6bed652c7daa",
"ProductId": "d6d56868-2bcf-4c58-8ed8-f4c739321bf7",
"AttrValue1": "059f7f9b-78cf-4ede-a430-4b61cb1cff4d",
"AttrValue2": "59ccffa3-94c6-448d-8ff4-77ff5c98733e",
"AttrValue3": "ca24c20e-dd1a-477a-a677-7aeb04540dd5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "e27983fa-59e8-4fb0-8a7d-9c64bd78f9a4",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "3073da73-7786-45b4-8d72-c43451bddd84",
"ImageID": "a711087b-f151-4e16-a984-0eeb3e905297",
"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": "3073da73-7786-45b4-8d72-c43451bddd84",
"ImageID": "a711087b-f151-4e16-a984-0eeb3e905297",
"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": "c245fb4a-11c3-43c9-819d-6bed652c7daa",
"ProductId": "d6d56868-2bcf-4c58-8ed8-f4c739321bf7",
"AttrValue1": "059f7f9b-78cf-4ede-a430-4b61cb1cff4d",
"AttrValue2": "59ccffa3-94c6-448d-8ff4-77ff5c98733e",
"AttrValue3": "ca24c20e-dd1a-477a-a677-7aeb04540dd5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "e27983fa-59e8-4fb0-8a7d-9c64bd78f9a4",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "3073da73-7786-45b4-8d72-c43451bddd84",
"ImageID": "a711087b-f151-4e16-a984-0eeb3e905297",
"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": "3073da73-7786-45b4-8d72-c43451bddd84",
"ImageID": "a711087b-f151-4e16-a984-0eeb3e905297",
"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"
}
]