searchAbandonedCheckouts( )


Retrieves a list of abandoned checkouts, given the provided paging, filtering, search details and sorting. Up to 100 abandoned checkouts can be returned per request.

PropertyCapabilitiesFilters
activities.typeSearch: ✗
Sort: ✗
$hasAll, $hasSome
appliedDiscounts.coupon.codeSearch: ✗
Sort: ✗
$hasAll, $hasSome
contactDetails.firstNameSearch:
Sort: ✗
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
contactDetails.lastNameSearch:
Sort: ✗
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
_createdDateSearch: ✗
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte
_updatedDateSearch: ✗
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte
_idSearch: ✗
Sort: ✗
$eq, $in, $ne, $nin
buyerInfo.contactIdSearch: ✗
Sort: ✗
$eq, $in, $ne, $nin
buyerInfo.emailSearch:
Sort: ✗
$eq, $in, $ne, $nin
buyerInfo.memberIdSearch: ✗
Sort: ✗
$eq, $in, $ne, $nin
buyerInfo.userIdSearch: ✗
Sort: ✗
$eq, $in, $ne, $nin
buyerInfo.visitorIdSearch: ✗
Sort: ✗
$eq, $in, $ne, $nin
statusSearch: ✗
Sort: ✗
$eq, $in, $ne, $nin
Authentication

This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:

Permissions
Read Orders
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
searchSearchRequired

Search options.

Returns
Return Type:Promise<SearchAbandonedCheckoutsResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?