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": "2d3dfd50-a44c-4459-a419-d3c776fae762",
"ProductId": "f70abf5d-0d5f-4d94-863b-4be761041b2d",
"AttrValue1": "9633e943-9177-4a36-92ce-e54007ce53a4",
"AttrValue2": "58ea80b0-7666-4eda-b124-ce1e7b9953e9",
"AttrValue3": "7e44ac1c-34ed-4cda-bec5-0bf65e53a0c4",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f4175e01-1921-47ad-846c-a0a7689d5706",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e8a77587-9e09-4d0c-b273-59ee3b71097c",
"ImageID": "285094bf-c2fb-4bb2-9c46-ae4598aad780",
"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": "e8a77587-9e09-4d0c-b273-59ee3b71097c",
"ImageID": "285094bf-c2fb-4bb2-9c46-ae4598aad780",
"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": "2d3dfd50-a44c-4459-a419-d3c776fae762",
"ProductId": "f70abf5d-0d5f-4d94-863b-4be761041b2d",
"AttrValue1": "9633e943-9177-4a36-92ce-e54007ce53a4",
"AttrValue2": "58ea80b0-7666-4eda-b124-ce1e7b9953e9",
"AttrValue3": "7e44ac1c-34ed-4cda-bec5-0bf65e53a0c4",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "f4175e01-1921-47ad-846c-a0a7689d5706",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "e8a77587-9e09-4d0c-b273-59ee3b71097c",
"ImageID": "285094bf-c2fb-4bb2-9c46-ae4598aad780",
"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": "e8a77587-9e09-4d0c-b273-59ee3b71097c",
"ImageID": "285094bf-c2fb-4bb2-9c46-ae4598aad780",
"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"
}
]