The Abandoned Order Services module extends the repository definition for the profile repository by adding:
- an additional item descriptor named - abandoned-order. Items of this type have two properties:- orderId, which stores the ID of the abandoned order.
- profileId, which stores the ID of the user profile associated with the abandoned order.
 
- two additional properties to the - useritem descriptor:- abandonedOrders, which stores the list of- abandoned-orderitems currently associated with the user.
- abandonedOrderCount, which is a derived property that stores the number of items in the- abandonedOrdersuser property.
 
For more information, see the definition file at <ATG10dir>/DCS/AbandonedOrderServices/config/atg/userprofiling/userProfile.xml.

