I have an automatic discount that is applied on a group of products. But I only want to apply it when these products are configured in a certain way. So I thought I could remove it via a script at checkout. Like removing a discount code that was applied. But it looks like script editor has no ways to check for applied automatic discounts.
Has anyone had any experience with this and know if it’s possible?
Scripts can access whether a discount code is applied, the amount of the discount, and the type of discount (fixed amount, percentage, or shipping), however they can’t access how it applies (cart or line item specific). As such, Scripts can’t access post-discount totals, and they also can’t access automatic discounts.