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": "2ef6b71e-6c6f-40aa-9f19-dba7de6b3719",
"ProductId": "fc2edbfb-4651-4cac-bb4a-34fc66102315",
"AttrValue1": "fa8a4147-4f0d-4105-be2a-7c0521eae624",
"AttrValue2": "7264e034-6c1f-42b5-b007-9178a5f15405",
"AttrValue3": "de48c46a-4d36-429a-b955-85617fc7d354",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "2cb5be3b-daa0-435f-905d-4576f629e163",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c71f8a12-94b1-48ca-aede-fc1571440fda",
"ImageID": "9a08b57b-cc36-41b8-b2c6-f78dc6c2fb88",
"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": "c71f8a12-94b1-48ca-aede-fc1571440fda",
"ImageID": "9a08b57b-cc36-41b8-b2c6-f78dc6c2fb88",
"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": "2ef6b71e-6c6f-40aa-9f19-dba7de6b3719",
"ProductId": "fc2edbfb-4651-4cac-bb4a-34fc66102315",
"AttrValue1": "fa8a4147-4f0d-4105-be2a-7c0521eae624",
"AttrValue2": "7264e034-6c1f-42b5-b007-9178a5f15405",
"AttrValue3": "de48c46a-4d36-429a-b955-85617fc7d354",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "2cb5be3b-daa0-435f-905d-4576f629e163",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "c71f8a12-94b1-48ca-aede-fc1571440fda",
"ImageID": "9a08b57b-cc36-41b8-b2c6-f78dc6c2fb88",
"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": "c71f8a12-94b1-48ca-aede-fc1571440fda",
"ImageID": "9a08b57b-cc36-41b8-b2c6-f78dc6c2fb88",
"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"
}
]