Features
Shopping Cart
Each Commerce user is able to add products to their shopping cart, modify the cart and proceed to checkout.
Persistency
The cart is saved within the Commerce user's profile, specifically profile->ordering->shoppingCart within the GetClientLoginResponse model.
It is therefore persistent across sessions and devices. This also allows users to modify the same cart in both Commerce App and Commerce Web.
Update the shopping cart
To modify the shopping cart of a Commerce user, refer to the documentation of each API:
Converting the Shopping Cart to a Sales Order
When the user eventually proceeds and completes checkout, the shopping cart should be converted to a Sales Order. Please refer to Creating a Sales Order for more information.
Remarks & Gotchas
- Because Shopping Carts are stored in the user profile, these are persistent across sessions and applications.
Last modified on