Skip to main content
July 11, 2024
Solved

Can you or can you not combine Klaviyo COUPONS with SHOPIFY

  • July 11, 2024
  • 5 replies
  • 597 views

We use Klaviyo and Shopify.

We use Klaviyo for our pop-up widget that offers a coupon to first-time users.

I see an option at an in Shopify's backend to allow the coupon to combine with other discounts — but it looks like a manual process. Is there a solution to this? Automate it or go in the backend somehow?

 

    Best answer by APEmailKlam

    I was just told by Shopify that automating combining coupons is available on the Shopify Plus plan.

    5 replies

    APEmailKlamAuthorAnswer
    July 11, 2024

    I was just told by Shopify that automating combining coupons is available on the Shopify Plus plan.

    Contributor III
    August 24, 2024

    Hey,

    Thought I’d share a solution I’ve built that resolves this problem (one I was dealing with also).

    I built a Shopify app that automatically combines Klaviyo coupons to any/all of the combinations of your choosing.

    https://apps.shopify.com/rm-combinable

    Theres a 7 day free trial for anybody wanting to trial it out.

    Thanks! Brad

    Contributor I
    September 3, 2025

    I’ve built an app that might be exactly what you’re looking for, it automatically combines Shopify Discounts with third-party platforms like Klaviyo to create a seamless marketing and conversion. It is east to setup and charges Minimal price unlike many other apps that charge high fees, ours is designed to be budget-friendly and lightweight for your store.

    You can check it out here https://apps.shopify.com/auto-combine-discounts

    Contributor I
    April 10, 2026

    This is an older form, but still a relevant issue with Klaviyo. We were able to solve this issue using Shopifys Flow APP. Set the trigger to new discount created and then have it respond with an API request to adjust that discount to be combined with product discounts. 

    Contributor I
    April 26, 2026

    @Unicorne Beads 

    How did you get this to work? I’ve tried setting this up in Flow in Shopify but the condition keeps failing.

    This is what I have:

    1. Trigger: Discount created
    2. (Unsure) Did you add a condition to only target Klaviyo generated codes?
    3. Send Admin API request – I used the following:

    "id": "{{ discount.id }}",
    "basicCodeDiscount": {
    "combinesWith": {
    "productDiscounts": true

     

    Would really appreciate if you could share how you structured yours :) 

    Thanks in advance.