
Search Related Item Types
The Search API supports related item types search.
Parameters:
"IncludeChildren" : "true/false"
Whether to include child related item types.
"IncludeParents" : "true/false"
Whether to include parent related item types.
"AllChildren" : "true/false"
Whether to include child related item types with (one or more) missing parents.
"AllParents" : "true/false"
Whether to include parent related item types with (one or more) missing children.
Examples
This search request will include stock information to product search requests
{ "pageSize": 1, "page": 1, "filter": "", "includeParents": true}