GraphQL INPUT_OBJECT
ProtectedUrlSearchParameters
Parameters for the protected URL search.
link Definition
- input ProtectedUrlSearchParameters {
- # Unique ID of the useraccount that created the URL.
- NumericIdSearchRelationInput :
- # Unique ID of the client account.
- NumericIdSearchRelationInput :
- # Date when the protected URL was created.
- DateTimeSearchRelationInput :
- # Unique ID of the protected URL.
- NumericIdSearchRelationInput :
- # Filter if the protected URL is still active.
- Boolean :
- # Filter if the protected URL is still valid.
- Boolean :
- # Filter for URLs that allow purchase orders.
- Boolean :
- # Filter for URLs that allow to change cart.
- Boolean :
- # Filter for URLs that have fraud protection enabled.
- Boolean :
- # Filter if all items have reached the max usage quantity.
- Boolean :
- # Logical operator for search.
- LogicalOperator :
- # Limits the amount of results.
- Int :
- # Name of the protected URL.
- StringSearchRelationInput :
- # External URL of the protected URL.
- StringSearchRelationInput :
- }