GET Api/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": "a197198f-0a02-4513-9d01-88f95a66a264",
"ProductId": "aae7ffad-a2f9-430b-bacc-26484b7b0b70",
"AttrValue1": "9e8e75dd-4d74-429b-a20f-6d10e6b2423c",
"AttrValue2": "4157af82-039d-4ec7-a235-977639d29f43",
"AttrValue3": "289327f8-0da9-4b8f-a39d-a8ffa9455473",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a1363940-a4a4-4de5-8882-068cc3b51c61",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "a90cda75-f592-4f73-bc20-d7738b4064db",
"ImageID": "388038cb-902e-4c9e-af32-0b05e142a740",
"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": "a90cda75-f592-4f73-bc20-d7738b4064db",
"ImageID": "388038cb-902e-4c9e-af32-0b05e142a740",
"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": "a197198f-0a02-4513-9d01-88f95a66a264",
"ProductId": "aae7ffad-a2f9-430b-bacc-26484b7b0b70",
"AttrValue1": "9e8e75dd-4d74-429b-a20f-6d10e6b2423c",
"AttrValue2": "4157af82-039d-4ec7-a235-977639d29f43",
"AttrValue3": "289327f8-0da9-4b8f-a39d-a8ffa9455473",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "a1363940-a4a4-4de5-8882-068cc3b51c61",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "a90cda75-f592-4f73-bc20-d7738b4064db",
"ImageID": "388038cb-902e-4c9e-af32-0b05e142a740",
"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": "a90cda75-f592-4f73-bc20-d7738b4064db",
"ImageID": "388038cb-902e-4c9e-af32-0b05e142a740",
"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"
}
]