magento / architecture

A place where Magento architectural discussions happen
274 stars 154 forks source link

MC-21813: Unique Customer Cart retrieval on multiple devices and merge guest cart #321

Closed cpartica closed 5 years ago

cpartica commented 5 years ago

Problem

The current GraphQL customer cart API doesn't work across multiple devices. Also we need a way to transfer guest cart products to the customer cart once the customer logs in

Solution

We introduce one query and one mutation to achieve this functionality as described in this MD file This proposal modifies an existing one that addressed only the first problem

Requested Reviewers

@paliarush @akaplya @joni-jones