Display the cart with items, after API calls
Guesstar93 opened this issue · 1 comments
Guesstar93 commented
When i create a new product, and then add it to the cart using THIS API :
- How i can access the related cart page ? (is there like an url : https://www.mySite.com/cart?customer_id=45 ) ?
- How in general, does this manipulations are traced ? with no user account, all via simple guest API request
The api will be used by another Asp.Net mvc app to add new product each time.
Thanks
Guesstar93 commented
Solution : it's all based on cookies and sessions, so the 3rd party app should be working on the same nopCommerce website Or having a shared user account between the nopCommerce & 3rd party app using the api.
I'm closing this one. Thanks