Skip to content
Nimesh Kiran Verma edited this page Mar 8, 2016 · 1 revision

Welcome to the cartman wiki!

cart structure

{"uid": {"productId1": {"quantity": 2, "price": 12, "abc": {}}}} //uid = cart unique id(customer_id etc)

First Iteration

  • Create Cart
  • Add Item(product)
  • Read
Clone this wiki locally