GET api/ProductSolutions/{productSolutionId}?includeEcommerce={includeEcommerce}&languageCode={languageCode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
productSolutionId | globally unique identifier |
Required |
|
includeEcommerce | boolean |
Required |
|
languageCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Image | string |
None. |
|
Published | boolean |
None. |
|
IsPIM | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "06da7b54-b215-462d-b794-772c512f80e3", "name": "sample string 2", "image": "sample string 3", "published": true, "isPIM": true }, { "id": "06da7b54-b215-462d-b794-772c512f80e3", "name": "sample string 2", "image": "sample string 3", "published": true, "isPIM": true } ]