GraphQL PriceAdjustment Object Additions #217
devinatbryt
started this conversation in
Feedback: Cart Transform API
Replies: 1 comment 1 reply
-
Hey, thanks for the feedback. I'm wondering if something like this issue would be helpful #225. Could you elaborate on your use case(s)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
I'm working on an app integration that adds items to a bundle dynamically based off of a few specific parameters that ties them to the individual bundle.
Request
It would be nice be able to adjust the price based off of the parent bundle product's price, instead of only getting access to a percentage based adjustment.
Possible Integrations?
and then pair the following with adding some price field on the actual ProductVariant option itself, so you'd be able to calculate the difference between the current item totals and the parent bundle product's price.
Final Words/Questions
I'm still entirely unsure of the naming conventions, but I think it would be nice to have a little bit more information about the products and it would certainly be nice to set the merged items to the parent bundle price to allow the ability to change the price of a bundle, based off of totals defined by the "client" instead of a set percentage. Thanks for taking the time to read over my feedback/request! :)
Beta Was this translation helpful? Give feedback.
All reactions