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": "5654f565-d8a3-4a6d-b055-da266c7a3bd7",
"ProductId": "149cbb82-2543-46de-90c6-28f8379a38c7",
"AttrValue1": "5987b764-0fa2-42e2-b19e-8f9251476573",
"AttrValue2": "78b7052f-d09d-4a0f-bd72-9001a708e637",
"AttrValue3": "b2c7bdad-24ae-48ae-af65-6743141874e0",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9b9c3d89-3f24-487a-be63-e32d75a9bec7",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "4175e967-f9b1-489e-b4b7-3d07ff08abbc",
"ImageID": "0c170125-8325-42cc-9093-6d08722a2563",
"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": "4175e967-f9b1-489e-b4b7-3d07ff08abbc",
"ImageID": "0c170125-8325-42cc-9093-6d08722a2563",
"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": "5654f565-d8a3-4a6d-b055-da266c7a3bd7",
"ProductId": "149cbb82-2543-46de-90c6-28f8379a38c7",
"AttrValue1": "5987b764-0fa2-42e2-b19e-8f9251476573",
"AttrValue2": "78b7052f-d09d-4a0f-bd72-9001a708e637",
"AttrValue3": "b2c7bdad-24ae-48ae-af65-6743141874e0",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9b9c3d89-3f24-487a-be63-e32d75a9bec7",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "4175e967-f9b1-489e-b4b7-3d07ff08abbc",
"ImageID": "0c170125-8325-42cc-9093-6d08722a2563",
"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": "4175e967-f9b1-489e-b4b7-3d07ff08abbc",
"ImageID": "0c170125-8325-42cc-9093-6d08722a2563",
"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"
}
]