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": "d2508fa1-3818-4e82-ae83-34ff553c5a23",
"ProductId": "4161d7d8-44c9-447c-bc24-e04056f8c1ad",
"AttrValue1": "30fbfb79-49c2-43c3-a785-d98e011498a6",
"AttrValue2": "c605944b-7b96-488e-b101-6ef2dee8e0b9",
"AttrValue3": "f2f6e0a8-20e3-48f8-ad09-06dc4497e26d",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9293722a-5212-4ae9-8588-559b5d3c20cb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "d5333c48-2f35-4045-b8b8-9981c5dfcd26",
"ImageID": "958fa31a-d6f5-4394-b913-6a0f5144ee4a",
"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": "d5333c48-2f35-4045-b8b8-9981c5dfcd26",
"ImageID": "958fa31a-d6f5-4394-b913-6a0f5144ee4a",
"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": "d2508fa1-3818-4e82-ae83-34ff553c5a23",
"ProductId": "4161d7d8-44c9-447c-bc24-e04056f8c1ad",
"AttrValue1": "30fbfb79-49c2-43c3-a785-d98e011498a6",
"AttrValue2": "c605944b-7b96-488e-b101-6ef2dee8e0b9",
"AttrValue3": "f2f6e0a8-20e3-48f8-ad09-06dc4497e26d",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "9293722a-5212-4ae9-8588-559b5d3c20cb",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "d5333c48-2f35-4045-b8b8-9981c5dfcd26",
"ImageID": "958fa31a-d6f5-4394-b913-6a0f5144ee4a",
"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": "d5333c48-2f35-4045-b8b8-9981c5dfcd26",
"ImageID": "958fa31a-d6f5-4394-b913-6a0f5144ee4a",
"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"
}
]