Schema Documentation

OrderToDownloadableItemConnectionWhereArgs

Description

Arguments for filtering the OrderToDownloadableItemConnection connection

Fields
Input FieldDescription
active - Boolean Limit results to downloadable items that can be downloaded now.
expired - Boolean Limit results to downloadable items that are expired.
hasDownloadsRemaining - Boolean Limit results to downloadable items that have downloads remaining.
Example
{"active":false,"expired":true,"hasDownloadsRemaining":false}