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": "e10b4b8d-599c-4f65-b4dc-962b2a3e61f4",
"ProductId": "32cf37c5-08e9-4132-9e3b-d80b1622180e",
"AttrValue1": "0ea72a12-7517-4869-8bae-5e5f1aedcbc2",
"AttrValue2": "850832c5-4166-4cfa-bec7-9de91fbcac89",
"AttrValue3": "68fa350e-5e14-4b25-aadd-827c17ad27b5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "bc2f2c36-6dae-4afd-9157-02d180b598aa",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "00972b2e-6aa2-4bf5-9415-179c23fb6bdf",
"ImageID": "e3cb1e39-7df8-4f65-831d-23aef358e24a",
"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": "00972b2e-6aa2-4bf5-9415-179c23fb6bdf",
"ImageID": "e3cb1e39-7df8-4f65-831d-23aef358e24a",
"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": "e10b4b8d-599c-4f65-b4dc-962b2a3e61f4",
"ProductId": "32cf37c5-08e9-4132-9e3b-d80b1622180e",
"AttrValue1": "0ea72a12-7517-4869-8bae-5e5f1aedcbc2",
"AttrValue2": "850832c5-4166-4cfa-bec7-9de91fbcac89",
"AttrValue3": "68fa350e-5e14-4b25-aadd-827c17ad27b5",
"AttrValues1Name": "sample string 6",
"AttrValues2Name": "sample string 7",
"AttrValues3Name": "sample string 8",
"Sku": "bc2f2c36-6dae-4afd-9157-02d180b598aa",
"Type": 0,
"Image": "sample string 10",
"Items": [
{
"Id": "00972b2e-6aa2-4bf5-9415-179c23fb6bdf",
"ImageID": "e3cb1e39-7df8-4f65-831d-23aef358e24a",
"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": "00972b2e-6aa2-4bf5-9415-179c23fb6bdf",
"ImageID": "e3cb1e39-7df8-4f65-831d-23aef358e24a",
"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"
}
]