Home > Contents > Index >
commercecontext:getabandonedcartsessions
Gets a list of sessions that have abandoned carts.
Syntax
<commercecontext:getabandonedcartsessions [startdate
="date
"]enddate
="date
"listvarname
="listvar
"/>Parameters
startdate
(optional)- Input parameter. Starting date, as a epoch-based timestamp. The default value is
0
if this parameter is not provided.
enddate
(required)- Input parameter. Ending date, as a epoch-based timestamp.
listvarname
(required)- Input and output parameter. As input, name of a list that holds the sessions that have abandoned carts. The list is created on output with two columns:
odate
(which is the timestamp describing the last time the cart was updated for that session) andosession
.
Description
Abandoned carts are carts that were last modified for the session between a specified date range.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.