Discussing Shopify Functions development, deployment, and usage in Shopify apps.
Hello Shopify,
I want to confirm my observation, is that correct that we can have maximum 5 active discounts created via `discountAutomaticAppCreate` mutation? I can't find any information in the documentation, but when I'm trying to add 6th active discount I receive this error from API:
'The active period overlaps with that of another price rule'.
Solved! Go to the solution
This is an accepted solution.
Currently only 5 automatic function-based discounts can be active at a time. Function-based discount codes do not have this limitation, but customer carts can only have 5 codes added at most.
Nick Wesselman | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
This is an accepted solution.
Currently only 5 automatic function-based discounts can be active at a time. Function-based discount codes do not have this limitation, but customer carts can only have 5 codes added at most.
Nick Wesselman | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Thanks @Nick_Wesselman, any plans when this limit will be increased?
It's a number we plan to increase over time but we do not have any dates to share on this.
Nick Wesselman | Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
When you talk about automatic function based discounts, do you refer to the Automatic App Discounts (Not the Automatic Basic Discounts) as listed in the documentation? What is the difference between both anyway?