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": "ea95f83e-c9db-452e-bdfb-53d5b837e746",
"ProductId": "9acb3da0-80a8-485f-b88f-5a215011cad9",
"AttrValue1": "af816100-0b1b-444b-bd5a-17f9e1bc4e16",
"AttrValue2": "7a263a9c-aaac-4d67-853b-6c29f5fe1392",
"AttrValue3": "7d3507c8-bdf3-479a-af7a-a2b46f36233e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b83181ce-441e-4d84-b238-13f79d125d43",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "556019df-cc78-4ab6-a514-9e027847a387",
"ImageID": "db352df2-26b4-4a57-afa6-a59cc3c9b9d9",
"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": "556019df-cc78-4ab6-a514-9e027847a387",
"ImageID": "db352df2-26b4-4a57-afa6-a59cc3c9b9d9",
"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": "ea95f83e-c9db-452e-bdfb-53d5b837e746",
"ProductId": "9acb3da0-80a8-485f-b88f-5a215011cad9",
"AttrValue1": "af816100-0b1b-444b-bd5a-17f9e1bc4e16",
"AttrValue2": "7a263a9c-aaac-4d67-853b-6c29f5fe1392",
"AttrValue3": "7d3507c8-bdf3-479a-af7a-a2b46f36233e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b83181ce-441e-4d84-b238-13f79d125d43",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "556019df-cc78-4ab6-a514-9e027847a387",
"ImageID": "db352df2-26b4-4a57-afa6-a59cc3c9b9d9",
"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": "556019df-cc78-4ab6-a514-9e027847a387",
"ImageID": "db352df2-26b4-4a57-afa6-a59cc3c9b9d9",
"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"
}
]