Hello!
I am experiencing an issue similar to the one described in this post regarding the use of the DiscountApplicationStrategy.All in Shopify Functions. Despite updating to the 2024-07 version as suggested in the solution, the problem persists.
The error message I’m encountering is:
[ { "path": [ "discountApplicationStrategy" ],
"explanation": "Expected value to not be null"
}
]
It appears that DiscountApplicationStrategy.All is still not recognized or correctly implemented. Shopify only seems to accept FIRST and MAXIMUM as valid options, not ALL.
have ensured that all dependencies are up-to-date and that I am indeed using the 2024-07 API version. Despite these efforts, the error persists, preventing the application of multiple discounts.
Any guidance or suggestions on resolving this issue would be greatly appreciated.