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": "8b3c6e13-d156-4921-8e8d-c19372d24e8c",
"ProductId": "dbe0f005-a8d2-4a19-bef2-982cfdcfa33f",
"AttrValue1": "86aeeca2-8424-4249-9c6b-9b0210861ce1",
"AttrValue2": "1ec83bec-20c9-4d11-9f00-943a97782774",
"AttrValue3": "6eac2855-fef6-4583-a016-cb52363f71ea",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "d46f133c-e724-4332-b8af-0c0c4ad89ee2",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "b2f03cb7-d455-48cc-b842-2a79f5244728",
"ImageID": "b7a989c6-99c7-41c6-89c7-7a382290de90",
"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": "b2f03cb7-d455-48cc-b842-2a79f5244728",
"ImageID": "b7a989c6-99c7-41c6-89c7-7a382290de90",
"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": "8b3c6e13-d156-4921-8e8d-c19372d24e8c",
"ProductId": "dbe0f005-a8d2-4a19-bef2-982cfdcfa33f",
"AttrValue1": "86aeeca2-8424-4249-9c6b-9b0210861ce1",
"AttrValue2": "1ec83bec-20c9-4d11-9f00-943a97782774",
"AttrValue3": "6eac2855-fef6-4583-a016-cb52363f71ea",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "d46f133c-e724-4332-b8af-0c0c4ad89ee2",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "b2f03cb7-d455-48cc-b842-2a79f5244728",
"ImageID": "b7a989c6-99c7-41c6-89c7-7a382290de90",
"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": "b2f03cb7-d455-48cc-b842-2a79f5244728",
"ImageID": "b7a989c6-99c7-41c6-89c7-7a382290de90",
"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"
}
]