GET api/ProductSolutions/{productSolutionId}?includeEcommerce={includeEcommerce}&languageCode={languageCode}&taxId={taxId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productSolutionId | globally unique identifier |
Required |
|
| includeEcommerce | boolean |
Required |
|
| languageCode | string |
Required |
|
| taxId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductViewModel| Name | 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": "d2971092-191f-4848-acca-a77722ff1e42",
"name": "sample string 2",
"image": "sample string 3",
"published": true,
"isPIM": true
},
{
"id": "d2971092-191f-4848-acca-a77722ff1e42",
"name": "sample string 2",
"image": "sample string 3",
"published": true,
"isPIM": true
}
]