pixel-genius / pixel-client

MIT License
2 stars 1 forks source link

Add To Cart - API #88

Open mrbadri opened 3 weeks ago

mrbadri commented 3 weeks ago

Cart Model

-each user had one cart model that API will get or create it fields: user products created_at

API's

Add to cart delete cart (delete all option)

get cart --> sum of products price required