Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

IsVirtual Criterion

The IsVirtual Search Criterion searches for virtual or physical products.

Arguments

  • (optional) isVirtual - bool representing whether to search for virtual (default true) or physical (false) products.

Example

1
2
3
4
5
<ProductQuery>
    <Filter>
        <IsVirtualCriterion>true</IsVirtualCriterion>
    </Filter>
</ProductQuery>
1
2
3
4
5
"ProductQuery": {
    "Filter": {
        "IsVirtualCriterion": true
    }
}