Product Eligibility
Define which products qualify for a warranty plan using the eligibility conditions builder.
Product Eligibility
The eligibility conditions builder controls which products in your store qualify for a warranty plan. By default, all products are eligible. As you add conditions, the eligible set narrows.
Condition Types
Each condition has three parts: a type, an operator, and one or more values. Six condition types are available:
| Type | Operators | Use Case |
|---|---|---|
| Collection | is in / is not in | Limit to product categories like “Electronics” or “Furniture” |
| Tag | is in / is not in | Target tags like “warranty-eligible” or exclude “final-sale” |
| Vendor | is in / is not in | Offer brand-specific plans or exclude vendors with their own warranties |
| Product Type | is in / is not in | Filter by Shopify product type |
| Price | >= / <= | Set minimum or maximum product price. Combine two for a range. |
| Specific Product | is in / is not in | Target or exclude individual products by search |
Combining Conditions (AND / OR)
When you add multiple conditions, click the connector badge between them to toggle AND or OR:
- AND — both conditions must be true
- OR — either condition can be true
An expression preview at the bottom of the builder shows the evaluation order. Drag condition rows to reorder them.
Common Examples
Electronics over $100:
| # | Type | Operator | Values |
|---|---|---|---|
| 1 | Collection | is in | Electronics |
| AND | |||
| 2 | Price | >= | 100.00 |
Exclude final sale items:
| # | Type | Operator | Values |
|---|---|---|---|
| 1 | Tag | is not in | final-sale |
Specific brands only:
| # | Type | Operator | Values |
|---|---|---|---|
| 1 | Vendor | is in | Apple, Samsung |
Ignore Product Option Names
Below the conditions builder, the Ignore Product Option Names field lets you specify options (e.g., “Color”, “Size”) that should not affect warranty pricing. All variants of an ignored option receive the same warranty price.
Product Preview
A live Product Preview at the bottom of the eligibility card shows which products match your current conditions. Use it to verify your rules before saving.
Related
- Creating Warranty Plans — Set up the plan identity and type
- Coverage Terms — Configure duration and pricing
- Coverage Options — Enable or disable coverage types
- Post-Purchase Rules — Configure post-purchase warranty offers