{"id":4825,"date":"2021-05-15T12:11:27","date_gmt":"2021-05-15T12:11:27","guid":{"rendered":"https:\/\/shopthemedetector.com\/blog\/?p=4825"},"modified":"2026-05-13T14:42:51","modified_gmt":"2026-05-13T14:42:51","slug":"how-to-exclude-certain-products-from-discounts-on-shopify","status":"publish","type":"post","link":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/","title":{"rendered":"How to Exclude Certain Products from Discounts on Shopify"},"content":{"rendered":"<p>Shopify\u2019s discount engine works as an inclusion filter, not an exclusion filter. You tell it which products, collections, or customers qualify, and everything else is automatically left out. So when you want to exclude certain products from a discount on Shopify, you do it by shaping what is included rather than by listing what to skip. The same logic applies to discount codes, automatic discounts, sale items, gift cards, and whole collections.<\/p>\n<h2>Quick answer: the five ways to exclude products from a Shopify discount<\/h2>\n<ol>\n<li><strong>Native eligibility<\/strong> on a discount code or automatic discount: limit \u201cApplies to\u201d to specific products or specific collections, and put only the products you want discounted inside that collection.<\/li>\n<li><strong>Tag-based exclusion<\/strong>: tag products you never want discounted (for example <code>no-discount<\/code>), then build the eligible collection with a \u201cProduct tag is not equal to no-discount\u201d rule.<\/li>\n<li><strong>Shopify Functions<\/strong> (replaces legacy Shopify Scripts since August 2025): write a discount function that checks tags, vendor, price, or inventory and skips matching line items.<\/li>\n<li><strong>B2B price lists<\/strong> on Shopify Plus: price-list pricing takes priority over automatic discounts for B2B customers, so excluded products simply keep their list price.<\/li>\n<li><strong>Combinations rules<\/strong> (2023 update): control whether order, product, and shipping discounts stack, so a sale item with a product discount is shielded from a sitewide order discount.<\/li>\n<\/ol>\n<h2>Exclude products from a discount code on Shopify<\/h2>\n<p>Discount codes are the simplest case. Shopify lets you point the code at a single product, a list of specific products, or one or more collections. Anything not on that list is excluded by default.<\/p>\n<h3>Steps in the Shopify admin<\/h3>\n<ol>\n<li>Go to <strong>Discounts > Create discount > Amount off products<\/strong> (or Amount off order, depending on what you want).<\/li>\n<li>Under <strong>Applies to<\/strong>, choose <strong>Specific collections<\/strong> or <strong>Specific products<\/strong>.<\/li>\n<li>Pick the collection or products that <em>should<\/em> get the discount. Everything you don\u2019t select is excluded.<\/li>\n<li>Under <strong>Purchase requirements<\/strong>, leave \u201cMinimum purchase amount\u201d blank if you want the code to work on a single eligible item.<\/li>\n<li>Under <strong>Combinations<\/strong>, decide whether this code can be used alongside other product or shipping discounts.<\/li>\n<li>Save.<\/li>\n<\/ol>\n<p>If you want to exclude a single product from an otherwise sitewide promo, the cleanest path is to build an \u201cEligible for sitewide\u201d automated collection that excludes that one product (using a tag or a Product title condition), then point the code at that collection.<\/p>\n<h2>Exclude products from an automatic discount on Shopify<\/h2>\n<p>Automatic discounts apply at checkout without a code. The setup mirrors the code flow.<\/p>\n<ol>\n<li>Go to <strong>Discounts > Create discount > Automatic<\/strong>.<\/li>\n<li>Under <strong>Customer buys<\/strong>, select <strong>Specific collections<\/strong> or <strong>Specific products<\/strong>.<\/li>\n<li>Only include the items that should be discounted. Anything not selected is excluded automatically.<\/li>\n<li>Under <strong>Customer gets<\/strong>, set the discount amount or percentage.<\/li>\n<li>Save and set the active date range.<\/li>\n<\/ol>\n<p>Use this when you want tight control over which items qualify without merchants needing to enter a code.<\/p>\n<h2>Exclude sale items from a Shopify discount<\/h2>\n<p>This is the single most-asked variant of the question. Shopify does not have a one-click \u201cexclude sale items\u201d toggle, but you can build it two ways.<\/p>\n<p><strong>Option A - exclude already-discounted items via Combinations:<\/strong> When you create a sale on a specific collection, give it a \u201cProduct discount\u201d type. Then on your sitewide order discount, open the <strong>Combinations<\/strong> setting and uncheck \u201cProduct discounts\u201d. The order discount will no longer stack on top of items that already have a product discount. This is the cleanest 2026 method and works for both codes and automatic discounts.<\/p>\n<p><strong>Option B - exclude via an automated collection condition:<\/strong> Build an \u201cEligible for code\u201d automated collection with the rule <code>Compare at price is not greater than Price<\/code>. Any product whose compare-at price is higher than its current price (the Shopify definition of \u201con sale\u201d) is automatically excluded. Point your discount code at this collection.<\/p>\n<h2>Exclude a collection from a discount on Shopify<\/h2>\n<p>Shopify discounts target a positive selection, so the \u201cexclude a collection\u201d question is really about which collection you point the discount at. Build two collections: one for items you want included and one for items you want excluded. The excluded collection is a holding bay, the included collection is what the discount uses. Add a single \u201cProduct tag is not equal to <code>no-discount<\/code>\u201d condition to the included collection and tag every excluded product with <code>no-discount<\/code>.<\/p>\n<h2>Exclude products by tag (the scalable approach)<\/h2>\n<p>Tags are the trick most growing stores settle on because they survive collection edits and don\u2019t require remembering which products to manually pick.<\/p>\n<ol>\n<li>Pick a tag name and use it consistently. <code>no-discount<\/code>, <code>full-price-only<\/code>, and <code>new-arrival<\/code> are common.<\/li>\n<li>Apply the tag to every product you want shielded from discounts (bulk edit from the Products page makes this fast).<\/li>\n<li>Create an automated collection called something like \u201cDiscount eligible\u201d with the condition <code>Product tag is not equal to no-discount<\/code>.<\/li>\n<li>Point any discount code or automatic discount at this \u201cDiscount eligible\u201d collection.<\/li>\n<\/ol>\n<p>Pro tip from shopthemedetector.com: a tag scales across every campaign you ever run. The moment you add a new product, just tag it correctly and your existing exclusions still hold.<\/p>\n<h2>Shopify Functions: code-based exclusion for complex rules<\/h2>\n<p>Shopify Scripts were retired on August 28, 2025 and replaced by Shopify Functions. Functions are available on every Shopify plan, not just Plus, and they let you write custom discount logic in JavaScript or Rust.<\/p>\n<p>Use a discount Function when native eligibility is not enough, for example:<\/p>\n<ul>\n<li>Exclude any line item with inventory below a threshold so you never discount near-stockouts.<\/li>\n<li>Exclude line items whose unit cost is above a ratio of their price (margin protection).<\/li>\n<li>Exclude bundle parents while still discounting their components, or the other way around.<\/li>\n<li>Exclude products tagged <code>premium<\/code> from any cart-wide percentage off.<\/li>\n<\/ul>\n<p>You can build a Function from scratch in the Shopify CLI or install a Functions-based discount app from the Shopify App Store. The Function reads your cart, applies its rules, and returns a list of line items to discount, skipping the rest.<\/p>\n<h2>B2B price lists (Shopify Plus)<\/h2>\n<p>On Shopify Plus B2B, price lists assign custom pricing to specific customer companies. Price-list pricing takes priority over automatic discounts. So if you want a B2B catalog to be effectively excluded from a consumer-facing sitewide automatic discount, give those B2B customers a price list and the automatic discount will not undercut it. This is useful when you run public promotions but need wholesale customers to keep their negotiated rates.<\/p>\n<h2>Combining discounts: order, product, and shipping rules<\/h2>\n<p>Since the 2023 combinations update, Shopify lets you classify each discount as a <strong>Product discount<\/strong>, <strong>Order discount<\/strong>, or <strong>Shipping discount<\/strong>, and choose which types can stack. This is one of the most effective exclusion tools in the platform.<\/p>\n<ul>\n<li>Make your sitewide promo an <strong>Order discount<\/strong>, and your seasonal sale a <strong>Product discount<\/strong>. In the order discount, uncheck \u201cProduct discounts\u201d under Combinations. Sale items are now shielded from the order discount.<\/li>\n<li>Allow shipping discounts to stack with product discounts so customers still get free shipping on sale items.<\/li>\n<li>Only one discount of each type can apply per order, which acts as a built-in cap on how generous a single purchase can be.<\/li>\n<\/ul>\n<h2>Exclude gift cards from discounts<\/h2>\n<p>Shopify automatically excludes gift cards from every discount type. You cannot apply a percentage off, an amount off, or a free-shipping offer to a gift-card line item even if your discount rules technically include it. Merchants sometimes assume they need a workaround for this. They do not. Gift cards are exempt by default.<\/p>\n<h2>Common mistakes when excluding products from Shopify discounts<\/h2>\n<ul>\n<li><strong>Listing the products you want to exclude in the discount itself.<\/strong> Shopify\u2019s \u201cApplies to\u201d field is an include-list, not an exclude-list. You exclude by leaving items out of the included collection.<\/li>\n<li><strong>Forgetting that gift cards are already excluded.<\/strong> Building a workaround for gift cards is wasted work.<\/li>\n<li><strong>Stacking an order discount on a sale collection.<\/strong> Without configuring Combinations correctly, a 20% off code can land on top of an already 50%-off sale, destroying margins.<\/li>\n<li><strong>Putting the tag condition on the wrong half of the rule.<\/strong> The \u201cDiscount eligible\u201d collection should say \u201ctag is not equal to no-discount\u201d, not \u201ctag is equal to no-discount\u201d. Easy to flip by accident.<\/li>\n<li><strong>Not testing with a draft order.<\/strong> Build a draft order with one eligible and one excluded product and confirm Shopify only discounts the eligible one before going live.<\/li>\n<li><strong>Forgetting about discount automatic in the cart.<\/strong> Discounts and Functions run at checkout, not on the product page, so a customer may see a list price until they hit cart or checkout. Set expectations in your promo copy.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-38149 size-large\" src=\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-683x1024.webp\" alt=\"illustration how to exclude certain products instructions and infographic\" width=\"683\" height=\"1024\" srcset=\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-683x1024.webp 683w, https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-200x300.webp 200w, https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-768x1152.webp 768w, https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp 1024w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><\/p>\n<div class=\"key-takeaways\"><div class=\"takeaways-title h2\">Key Takeaways<\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">1<\/div><div class=\"takeaway-text\">Shopify\u2019s discount engine is an inclusion filter, so you exclude products by leaving them out of the eligible collection rather than blocking them directly.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">2<\/div><div class=\"takeaway-text\">Tag products you never want discounted (for example no-discount) and build an automated \u201cDiscount eligible\u201d collection with a Product tag is not equal to no-discount rule.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">3<\/div><div class=\"takeaway-text\">To exclude already-discounted items, use the Combinations setting on your sitewide discount and uncheck Product discounts, or filter by Compare at price is not greater than Price.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">4<\/div><div class=\"takeaway-text\">Gift cards are automatically excluded from every Shopify discount, so no workaround is needed.<\/div><\/div><div class=\"takeaway-item\"><div class=\"takeaway-number\">5<\/div><div class=\"takeaway-text\">Shopify Functions replaced Shopify Scripts in August 2025 and let any store, not just Plus, run code-based exclusion logic.<\/div><\/div><\/div>\n<h2 id=\"row1\">Does Shopify have a built-in exclusion feature?<\/h2>\n<p>No, Shopify does not have a dedicated \u201cexclude these products\u201d toggle on its discount creator. Every exclusion is done by shaping the included collection or by using Combinations rules. That is a feature, not a gap. Once you understand that the discount engine reads from an include-list, every exclusion task becomes a question of how to build the right collection or rule.<\/p>\n<p>You can also pair this with broader <a href=\"https:\/\/shopthemedetector.com\/blog\/pricing-discounts-promotions-shopify-set-up\/\">pricing, discounts, and promotions setup<\/a> across your store so exclusions plug into a wider promotional system.<\/p>\n<h2 id=\"row2\">Excluding products from discounts using the collection method<\/h2>\n<p>If you prefer the manual collection route over tags, here is the step-by-step.<\/p>\n<h3 id=\"row3\">Step 1, log into Shopify admin<\/h3>\n<p>Sign in with your owner or staff account that has access to Products and Discounts.<\/p>\n<h3 id=\"row4\">Step 2, identify the products to exclude<\/h3>\n<p>List the products you want to keep at full price. New arrivals, low-margin add-ons, age-restricted items, and high-ticket exclusives are the typical candidates.<\/p>\n<h3 id=\"row5\">Step 3, open Collections<\/h3>\n<p>Go to <strong>Products > Collections<\/strong> in the Shopify admin.<\/p>\n<h3 id=\"row6\">Step 4, create an automated \u201cDiscount eligible\u201d collection<\/h3>\n<p>Click <strong>Create collection<\/strong>, name it <code>Discount eligible<\/code>, choose <strong>Automated<\/strong>, and add a condition such as <code>Product title is not equal to [excluded product name]<\/code> or <code>Product vendor is not equal to [excluded vendor]<\/code>. For multiple exclusions, the tag method scales better than chaining conditions.<\/p>\n<h3 id=\"row7\">Step 5, create the discount against this collection<\/h3>\n<p>Go to <strong>Discounts > Create discount<\/strong>, set \u201cApplies to\u201d or \u201cCustomer buys\u201d to your \u201cDiscount eligible\u201d collection, and save. The discount will only ever touch products inside that collection, and your excluded items keep their full price.<\/p>\n<p>Once your exclusion logic is in place, the rest of your promotional system, including <strong>seasonal campaigns, shareable links, and sale collections<\/strong>, plugs in without changes.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Shopify\u2019s discount engine works as an inclusion filter, not an exclusion filter. You tell it which products, collections, or customers qualify, and everything else is automatically left out. So when\u2026<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_yoast_wpseo_title":"How to Exclude Products from Discounts on Shopify (2026)","_yoast_wpseo_metadesc":"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.","_yoast_wpseo_metatitle":"","footnotes":""},"categories":[13],"tags":[],"class_list":{"0":"post-4825","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-shopify-store-set-up"},"acf":{"breadcrumbs":[{"postpage":[47218]}],"conclusion":"<h2>Conclusion: How to Exclude Certain Products from Discounts on Shopify<\/h2>\r\nIf you\u2019re looking to exclude certain products from discounts, then you need to ensure that you\u2019ve excluded them from a collection. Use the steps above to do this, or use a discount app like this one here.","repeater":null,"filter":false,"attach_to_post":"","author_bio":false,"custom_author_bio":false,"author_bio_name":"","author_bio_info":"","_meta_excerpt_title":"","meta_excerpt":"","trust_signals":{"expert_reviewed":true,"items_tested":""},"key_statistics":null,"key_takeaways":{"takeaways_items":null},"required_subtopics":null,"context_block":{"context_heading":"","context_excerpt":"","context_content":""},"methodology":{"methodology_heading":"","methodology_content":""},"comparison_table":"","mid_content_cta":{"cta_text":"","cta_button_text":"","cta_link":""}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Exclude Products from Discounts on Shopify (2026)<\/title>\n<meta name=\"description\" content=\"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Exclude Products from Discounts on Shopify (2026)\" \/>\n<meta property=\"og:description\" content=\"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\" \/>\n<meta property=\"og:site_name\" content=\"Shopify Theme Detector\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-15T12:11:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T14:42:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"1536\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Avi Klein\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\"},\"author\":{\"name\":\"Avi Klein\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607\"},\"headline\":\"How to Exclude Certain Products from Discounts on Shopify\",\"datePublished\":\"2021-05-15T12:11:27+00:00\",\"dateModified\":\"2026-05-13T14:42:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\"},\"wordCount\":1793,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-683x1024.webp\",\"articleSection\":[\"Shopify Store Set Up\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\",\"name\":\"How to Exclude Products from Discounts on Shopify (2026)\",\"isPartOf\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-683x1024.webp\",\"datePublished\":\"2021-05-15T12:11:27+00:00\",\"dateModified\":\"2026-05-13T14:42:51+00:00\",\"description\":\"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.\",\"breadcrumb\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp\",\"contentUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp\",\"width\":1024,\"height\":1536,\"caption\":\"illustration how to exclude certain products\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Shopify Theme Detector\",\"item\":\"https:\/\/shopthemedetector.com\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to set up a Shopify store in 2026?\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/how-to-set-up-a-shopify-store\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Pricing, Discounts, Promotions Shopify Set Up\",\"item\":\"https:\/\/shopthemedetector.com\/blog\/pricing-discounts-promotions-shopify-set-up\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How to Exclude Certain Products from Discounts on Shopify\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#website\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/\",\"name\":\"Shopify Theme Detector\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/shopthemedetector.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/shopthemedetector.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/shopthemedetector.com\/#organization\",\"name\":\"Shopify Theme Detector\",\"alternateName\":\"Shopify Theme Detector\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png\",\"contentUrl\":\"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png\",\"width\":50,\"height\":48,\"caption\":\"Shopify Theme Detector\"},\"image\":{\"@id\":\"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/shopthemedetector.com\/about\/#avi-klein\",\"name\":\"Avi Klein\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g\",\"caption\":\"Avi Klein\"},\"description\":\"Vast experience in the online world. Shopify Expert, SEO expert, Web developer and consultant to several online companies. 2 time Shopify top affiliate award (2022 + 2024). Read more about our approach to reviewing themes and apps.\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/kleinavi\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Exclude Products from Discounts on Shopify (2026)","description":"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/","og_locale":"en_US","og_type":"article","og_title":"How to Exclude Products from Discounts on Shopify (2026)","og_description":"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.","og_url":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/","og_site_name":"Shopify Theme Detector","article_published_time":"2021-05-15T12:11:27+00:00","article_modified_time":"2026-05-13T14:42:51+00:00","og_image":[{"width":1024,"height":1536,"url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp","type":"image\/webp"}],"author":"Avi Klein","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#article","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/"},"author":{"name":"Avi Klein","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/person\/92ad6961d93dc3870969e8cc0219d607"},"headline":"How to Exclude Certain Products from Discounts on Shopify","datePublished":"2021-05-15T12:11:27+00:00","dateModified":"2026-05-13T14:42:51+00:00","mainEntityOfPage":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/"},"wordCount":1793,"commentCount":0,"publisher":{"@id":"https:\/\/shopthemedetector.com\/blog\/#organization"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-683x1024.webp","articleSection":["Shopify Store Set Up"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/","url":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/","name":"How to Exclude Products from Discounts on Shopify (2026)","isPartOf":{"@id":"https:\/\/shopthemedetector.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage"},"thumbnailUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products-683x1024.webp","datePublished":"2021-05-15T12:11:27+00:00","dateModified":"2026-05-13T14:42:51+00:00","description":"Exclude specific products, sale items, gift cards, or whole collections from Shopify discounts using native eligibility rules, tags, or Shopify Functions.","breadcrumb":{"@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#primaryimage","url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp","contentUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2021\/05\/illustration-how-to-exclude-certain-products.webp","width":1024,"height":1536,"caption":"illustration how to exclude certain products"},{"@type":"BreadcrumbList","@id":"https:\/\/shopthemedetector.com\/blog\/how-to-exclude-certain-products-from-discounts-on-shopify\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Shopify Theme Detector","item":"https:\/\/shopthemedetector.com"},{"@type":"ListItem","position":2,"name":"How to set up a Shopify store in 2026?","item":"https:\/\/shopthemedetector.com\/blog\/how-to-set-up-a-shopify-store\/"},{"@type":"ListItem","position":3,"name":"Pricing, Discounts, Promotions Shopify Set Up","item":"https:\/\/shopthemedetector.com\/blog\/pricing-discounts-promotions-shopify-set-up\/"},{"@type":"ListItem","position":4,"name":"How to Exclude Certain Products from Discounts on Shopify"}]},{"@type":"WebSite","@id":"https:\/\/shopthemedetector.com\/blog\/#website","url":"https:\/\/shopthemedetector.com\/blog\/","name":"Shopify Theme Detector","description":"","publisher":{"@id":"https:\/\/shopthemedetector.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/shopthemedetector.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/shopthemedetector.com\/#organization","name":"Shopify Theme Detector","alternateName":"Shopify Theme Detector","url":"https:\/\/shopthemedetector.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png","contentUrl":"https:\/\/shopthemedetector.com\/blog\/wp-content\/uploads\/2025\/12\/logo-9.png","width":50,"height":48,"caption":"Shopify Theme Detector"},"image":{"@id":"https:\/\/shopthemedetector.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/shopthemedetector.com\/about\/#avi-klein","name":"Avi Klein","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1c3fb33cedacbce95ef5bf60552b567ae05acabeed214f17b5e77f7d301aae57?s=96&d=mm&r=g","caption":"Avi Klein"},"description":"Vast experience in the online world. Shopify Expert, SEO expert, Web developer and consultant to several online companies. 2 time Shopify top affiliate award (2022 + 2024). Read more about our approach to reviewing themes and apps.","sameAs":["https:\/\/www.linkedin.com\/in\/kleinavi\/"]}]}},"_links":{"self":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/4825","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/comments?post=4825"}],"version-history":[{"count":17,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/4825\/revisions"}],"predecessor-version":[{"id":48434,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/posts\/4825\/revisions\/48434"}],"wp:attachment":[{"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/media?parent=4825"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/categories?post=4825"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shopthemedetector.com\/blog\/wp-json\/wp\/v2\/tags?post=4825"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}