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": "f9bd473c-356a-4562-83cd-81330cebb7ae",
"ProductId": "efdbf1b2-8340-47c6-84b3-851abc1e0be4",
"AttrValue1": "8eebe5c9-5a61-4333-823e-f15e256e12b3",
"AttrValue2": "a9940d75-7040-4c8b-a874-eb656e7f7f26",
"AttrValue3": "58df9d4b-438c-485b-8582-67c5fa613378",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "2f3d0813-ff41-4c6c-a8e9-8b845f2c7e65",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "9a91f2eb-c888-4290-acf6-b1beaa8e1189",
"ImageID": "e2c1d9e1-c89f-4759-86eb-a02eed0f576a",
"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": "9a91f2eb-c888-4290-acf6-b1beaa8e1189",
"ImageID": "e2c1d9e1-c89f-4759-86eb-a02eed0f576a",
"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": "f9bd473c-356a-4562-83cd-81330cebb7ae",
"ProductId": "efdbf1b2-8340-47c6-84b3-851abc1e0be4",
"AttrValue1": "8eebe5c9-5a61-4333-823e-f15e256e12b3",
"AttrValue2": "a9940d75-7040-4c8b-a874-eb656e7f7f26",
"AttrValue3": "58df9d4b-438c-485b-8582-67c5fa613378",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "2f3d0813-ff41-4c6c-a8e9-8b845f2c7e65",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "9a91f2eb-c888-4290-acf6-b1beaa8e1189",
"ImageID": "e2c1d9e1-c89f-4759-86eb-a02eed0f576a",
"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": "9a91f2eb-c888-4290-acf6-b1beaa8e1189",
"ImageID": "e2c1d9e1-c89f-4759-86eb-a02eed0f576a",
"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"
}
]