A shopping workflow consists of three sections: the Catalog, Carting, and the Order. This document provides general information on all three in addition to links to more indepth discussion on each.
The cart holds all the information for a user's current shopping session.
It includes all items, payments, taxes, discounts, and schedule items that are being considered for the final sale.
NOTE: Carts do not support concurrent actions.
Carting
Carting refers to the actions that can be performed on carts. These actions are used to put together a cart that can be checked out.
Determining your shopping rules
To find the shopping rules that apply to you and your intended shopping location call theGET Subscriber/{subscriberId}/Rules/Shopping. This will give you information such as restrictions or settings that must be abided by during your shopping workflows.
The Shopping Context
A shopping context is uniquely identified by a cart's end user and the shopping location. Only one shopping session is allowed per location and end user.