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 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": "2e1cd898-ec2d-40c2-95c1-8fed950bae76", "name": "sample string 2", "image": "sample string 3", "published": true, "isPIM": true }, { "id": "2e1cd898-ec2d-40c2-95c1-8fed950bae76", "name": "sample string 2", "image": "sample string 3", "published": true, "isPIM": true } ]