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: