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": "08a74f27-9ff2-482d-943f-5a4dfbd6acd4",
"ProductId": "8418e406-b2a7-4663-b536-266c3ca2a42b",
"AttrValue1": "f95268f4-e2b7-46be-bc8a-032a40c328ff",
"AttrValue2": "8c0710a5-b015-4d16-ae93-c72349e76907",
"AttrValue3": "03cc1bee-6991-4b77-8604-a6ec46705fb1",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "68140584-8959-4491-a569-fb191af863ec",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "caa5ac10-2d4d-45d1-86af-de970fe6146f",
"ImageID": "a54cd992-a5ee-4513-8f5f-a06d7c586188",
"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": "caa5ac10-2d4d-45d1-86af-de970fe6146f",
"ImageID": "a54cd992-a5ee-4513-8f5f-a06d7c586188",
"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": "08a74f27-9ff2-482d-943f-5a4dfbd6acd4",
"ProductId": "8418e406-b2a7-4663-b536-266c3ca2a42b",
"AttrValue1": "f95268f4-e2b7-46be-bc8a-032a40c328ff",
"AttrValue2": "8c0710a5-b015-4d16-ae93-c72349e76907",
"AttrValue3": "03cc1bee-6991-4b77-8604-a6ec46705fb1",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "68140584-8959-4491-a569-fb191af863ec",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "caa5ac10-2d4d-45d1-86af-de970fe6146f",
"ImageID": "a54cd992-a5ee-4513-8f5f-a06d7c586188",
"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": "caa5ac10-2d4d-45d1-86af-de970fe6146f",
"ImageID": "a54cd992-a5ee-4513-8f5f-a06d7c586188",
"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"
}
]