From 8ca2e066186c6127d9f85c9ea96ab42fb996c7b2 Mon Sep 17 00:00:00 2001 From: Bohdan Perekhrest Date: Mon, 1 Dec 2025 14:39:30 +0100 Subject: [PATCH] [PR-25869] [Shopify] Add Subscription Discount support for coupons auto-sync --- .../shopify_coupons_auto_sync.rst | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/source/advanced_features/shopify_coupons_auto_sync.rst b/source/advanced_features/shopify_coupons_auto_sync.rst index f69df87ac..b6ad00707 100644 --- a/source/advanced_features/shopify_coupons_auto_sync.rst +++ b/source/advanced_features/shopify_coupons_auto_sync.rst @@ -39,16 +39,17 @@ Talkable applies the below coupon list settings onto the Discount: .. container:: ptable - ===================== ======================================== ====================================== - Coupon list attribute Discount attribute (as in API) Discount attribute (as in interface) - ===================== ======================================== ====================================== - **Amount** `customerGets.value` Value - **Discount type** `customerGets.value.percentage` or Type - `customerGets.value.discountAmount` - **Expiration date** `endsAt` End date - **Minimum subtotal** `minimumRequirement.subtotal` Minimum purchase amount - `.greaterThanOrEqualToSubtotal` - ===================== ======================================== ====================================== + ========================= ======================================== ====================================== + Coupon list attribute Discount attribute (as in API) Discount attribute (as in interface) + ========================= ======================================== ====================================== + **Amount** `customerGets.value` Value + **Discount type** `customerGets.value.percentage` or Type + `customerGets.value.discountAmount` + **Expiration date** `endsAt` End date + **Minimum subtotal** `minimumRequirement.subtotal` Minimum purchase amount + `.greaterThanOrEqualToSubtotal` + **Recurring cycle limit** `recurringCycleLimit` Recurring cycle limit + ========================= ======================================== ====================================== Some other Discount attributes that we set when generating the Discount: