A set of filtering options used for searching product types.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| SearchText | String | This field is nullable. | The search text to filter on. When set, results will be sorted by their text relevancy. |
| IsActive | Boolean | This field is nullable. | The active status to filter on. |
| IsTopLevel | Boolean | This field is nullable. | The top-level status to filter on. |
| ParentProductTypeID | Int32 | The parent product type ID to filter on. Wnen set, only direct children of this type will be included. |