Add, Remove & Update Items #581
timothyjblevins
started this conversation in
API Ideas
Replies: 1 comment
-
Needing the same thing for gift with purchase or buy certain combination of items, get another item automatically added to cart with discount use cases, I thought Shopify already supports this kind of basic functionality since it has been around for so long and it already supports Buy X get Y coupon discounts, but surprisingly item Y doesn't get automatically added to cart. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been looking for a way to add, remove and update items server side. We have products that need to be added in the background based on if an item was personalized or for larger items, a shipping supplement. I have all the logic running frontend but it really should be server side. It's basically validation and updating in one function.
Beta Was this translation helpful? Give feedback.
All reactions