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": "f6104e4e-efb0-429e-8a94-6f18f10bad4b",
"ProductId": "bb82e586-1b3a-4236-b834-e8709bcc8243",
"AttrValue1": "095dc414-bdcf-470e-a354-d39551de129e",
"AttrValue2": "daffa4ca-6361-4951-920e-026411da1e86",
"AttrValue3": "ad209f0f-782e-42ab-afe0-1427acd0a7dd",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b19165ff-96bc-46c8-8aa3-50be98d70445",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "186e3864-155b-432e-8263-8b6ab7557dad",
"ImageID": "b42a05a1-749d-4287-a1b9-115596a902b2",
"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": "186e3864-155b-432e-8263-8b6ab7557dad",
"ImageID": "b42a05a1-749d-4287-a1b9-115596a902b2",
"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": "f6104e4e-efb0-429e-8a94-6f18f10bad4b",
"ProductId": "bb82e586-1b3a-4236-b834-e8709bcc8243",
"AttrValue1": "095dc414-bdcf-470e-a354-d39551de129e",
"AttrValue2": "daffa4ca-6361-4951-920e-026411da1e86",
"AttrValue3": "ad209f0f-782e-42ab-afe0-1427acd0a7dd",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "b19165ff-96bc-46c8-8aa3-50be98d70445",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "186e3864-155b-432e-8263-8b6ab7557dad",
"ImageID": "b42a05a1-749d-4287-a1b9-115596a902b2",
"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": "186e3864-155b-432e-8263-8b6ab7557dad",
"ImageID": "b42a05a1-749d-4287-a1b9-115596a902b2",
"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"
}
]