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": "18715a4e-346f-44b0-8f04-c3ebbf518e81",
"ProductId": "d481e325-2ec1-4838-befa-471681b4bf57",
"AttrValue1": "a4ef09f4-4376-4ed5-a5ba-f1cb44f193ec",
"AttrValue2": "54108aae-764e-4fac-9560-78be30415fbc",
"AttrValue3": "d2762e3c-f139-4cc9-ac07-16286d9dec4a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "eb3166c0-5853-4820-8805-234b9a2f0a93",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "cb6b1313-245b-4253-ba77-56d1910522b4",
"ImageID": "da2a1b16-3a62-469f-b0d7-8780a73f3274",
"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": "cb6b1313-245b-4253-ba77-56d1910522b4",
"ImageID": "da2a1b16-3a62-469f-b0d7-8780a73f3274",
"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": "18715a4e-346f-44b0-8f04-c3ebbf518e81",
"ProductId": "d481e325-2ec1-4838-befa-471681b4bf57",
"AttrValue1": "a4ef09f4-4376-4ed5-a5ba-f1cb44f193ec",
"AttrValue2": "54108aae-764e-4fac-9560-78be30415fbc",
"AttrValue3": "d2762e3c-f139-4cc9-ac07-16286d9dec4a",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "eb3166c0-5853-4820-8805-234b9a2f0a93",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "cb6b1313-245b-4253-ba77-56d1910522b4",
"ImageID": "da2a1b16-3a62-469f-b0d7-8780a73f3274",
"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": "cb6b1313-245b-4253-ba77-56d1910522b4",
"ImageID": "da2a1b16-3a62-469f-b0d7-8780a73f3274",
"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"
}
]