-
-
Notifications
You must be signed in to change notification settings - Fork 317
discount combination rules #1163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Thomas, |
I suspect @tebbs-thomas means setting combinesWith on the PriceRule for combining discounts. We're currently wondering the same thing but it does not look like this is possible for whatever reason. We may have to rewrite an entire process in a custom GraphQL call as a workaround. @timoheyden you wouldn't happen to know of a way would you? |
At least you can retrieve the information about a specific discount if it is possible the combine with another discount type as well as creating new discounts with the information if they should be combinable with other discount types. And yes, for the mutation ShopifySharp provides already the model for the request called Query: (https://shopify.dev/docs/api/admin-graphql/2025-01/queries/discountNodes?language=graphql) Mutation: (https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/discountcodebasiccreate) ![]() |
Is it possible to manage the discount combination rules with this library, or is there any plan to implement this feature in the future?
Thanks.
The text was updated successfully, but these errors were encountered: