reaction icon indicating copy to clipboard operation
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.

Results 173 reaction issues
Sort by recently updated
recently updated
newest added

Per our discussions with @aldeed, need to look at upgrading to Apollo 3 and having some sort of persistent backend like Redis or Kafka. I'd like to see a complete...

core work
Promotions

Right now I don't really understand the whole process and we need to have that documented somewhere. I can probably probably start with what I know so far.

core work

Both our surcharges and restrictions capabilities allow you to apply "rules" which are `field` `operator` (like eq) `value`. When creating these in Kinetic we need to know which fields are...

core work
kinetic

This is in addition to eventually writing end-to-end tests that exercise the app via the Storefront, but these can easily run without having to spin up an instance. This might...

core work

**Pricing promotions and ADR's:** The three approaches under consideration currently are: 1. Retain price as it is, use a faster/simpler "price publish". Upside, fewer changes to the system and compatible...

core work
Promotions

Restructure this repo so that all packages (including library packages like Logger and Error) are all contained in this repo and published upon merge of PR. This will do a...

core work

Investigate how much work it would take to move from Jest to Mocha

core work

MongoDB 4.2 will reach EOD soon. We should update to MongoDB 5 (if there are even breaking changes at all).

core work

At one point it was possible to register an endpoint (route) to handle incoming requests. One common usage for this is to register a callback URL for payment systems like...

core work

From the original docs > ## Fulfillment Types > A fulfillment type is an identifier that categorizes a certain way in which an order for an item can be fulfilled....

core work