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": "4d175544-cb6a-4720-b95f-8b7962418b2d",
"ProductId": "3f2a49f4-a3de-447b-b567-87448adc60f7",
"AttrValue1": "3fdf3627-48b3-49b4-b9ae-4630ac32f7c6",
"AttrValue2": "821eaa87-6f73-455f-9181-0af9e987b75b",
"AttrValue3": "6dea9857-3407-4899-a4e7-ca0a28b70bae",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "09774647-1492-4ff8-8d89-d26e403902f9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dbc760ba-f013-4250-9359-9e6fe14d1284",
"ImageID": "4109f303-5f32-4fe0-a765-76f276ca05c5",
"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": "dbc760ba-f013-4250-9359-9e6fe14d1284",
"ImageID": "4109f303-5f32-4fe0-a765-76f276ca05c5",
"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": "4d175544-cb6a-4720-b95f-8b7962418b2d",
"ProductId": "3f2a49f4-a3de-447b-b567-87448adc60f7",
"AttrValue1": "3fdf3627-48b3-49b4-b9ae-4630ac32f7c6",
"AttrValue2": "821eaa87-6f73-455f-9181-0af9e987b75b",
"AttrValue3": "6dea9857-3407-4899-a4e7-ca0a28b70bae",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "09774647-1492-4ff8-8d89-d26e403902f9",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "dbc760ba-f013-4250-9359-9e6fe14d1284",
"ImageID": "4109f303-5f32-4fe0-a765-76f276ca05c5",
"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": "dbc760ba-f013-4250-9359-9e6fe14d1284",
"ImageID": "4109f303-5f32-4fe0-a765-76f276ca05c5",
"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"
}
]