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": "56190fc3-09cc-49b0-94c6-02596e29d526",
"ProductId": "5b5bbc2f-0ce7-4e49-a3ac-ca018b7c0807",
"AttrValue1": "787eda1a-aab2-4691-98bd-beb27183a026",
"AttrValue2": "4ff9e91b-1903-473d-89a1-d060eedd1c59",
"AttrValue3": "bde2383d-aa38-443e-81c9-b962a89a806e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "5556e01f-6d02-47a0-b5b8-e4bd05bd5bff",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "667b2b3c-4324-443b-8528-ddc63da1820f",
"ImageID": "3927e0c5-c796-4910-a21d-eb7fe4880346",
"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": "667b2b3c-4324-443b-8528-ddc63da1820f",
"ImageID": "3927e0c5-c796-4910-a21d-eb7fe4880346",
"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": "56190fc3-09cc-49b0-94c6-02596e29d526",
"ProductId": "5b5bbc2f-0ce7-4e49-a3ac-ca018b7c0807",
"AttrValue1": "787eda1a-aab2-4691-98bd-beb27183a026",
"AttrValue2": "4ff9e91b-1903-473d-89a1-d060eedd1c59",
"AttrValue3": "bde2383d-aa38-443e-81c9-b962a89a806e",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "5556e01f-6d02-47a0-b5b8-e4bd05bd5bff",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "667b2b3c-4324-443b-8528-ddc63da1820f",
"ImageID": "3927e0c5-c796-4910-a21d-eb7fe4880346",
"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": "667b2b3c-4324-443b-8528-ddc63da1820f",
"ImageID": "3927e0c5-c796-4910-a21d-eb7fe4880346",
"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"
}
]