Anchor to CollectionSourceInclusionConditionProductTitleInputCollection
input_objectCollection Source Inclusion Condition Product Title Input
The input fields for a condition based on product titles.
Anchor to FieldsFields
- matchType (CollectionConditionMatchType!)
- relation (CollectionSourceInclusionConditionProductTitleRelation!)
- values ([String!]!)
- Anchor to matchTypematch•Collection
Type Condition Match Type! non-null Whether to match any or all of the values.
- Anchor to relationrelation•Collection
Source Inclusion Condition Product Title Relation! non-null The relationship between the product title and the condition values.
- Anchor to valuesvalues•[String!]!non-null
The title values to match against.
Was this section helpful?
Anchor to Input objects using this inputInput objects using this input
- Anchor to CollectionSourceInclusionConditionInput.productTitleCollection•INPUT OBJECT
Source Inclusion Condition Input.productTitle A condition that determines which products are included in a collection.
Available condition types, grouped by what they filter on:
- Product attributes:
,,,,,. - Variant attributes:
,,,,. - Pricing:
. - Metafields:
,,,,,,.
Each condition type specifies its own
relation(for example,EQUALS,CONTAINS,TAGGED_WITH) and value shape. Combine multiple conditions in a single source'sinclusion.conditionslist and use the source'sto require that products matchANYorALLof them.- Product attributes:
Was this section helpful?