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
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