reaction
reaction copied to clipboard
Mailchimp Open Commerce is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
Some items may not be eligible to apply against things like Merchandise Total
For a $10 discount where there are two items of $50 a piece, each item would be discounted $5
ROM: any order that contains a Promotion should pass on ROM Order Create a the Promotional ID with a specific Prefix based on the Promotional Type
Still need definition around this
Discounts can be calculated by: - Percentage off - Fixed amount off - Flat amount (set it to a exact amount)
example : $10 off $50 or more trigger qualifier: Cart Value ( i.e $50 ) This discount would have exclusion criteria. So we can apply the discount to items that...