POST

Search Abandoned Checkouts


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
Endpoint
POST
https://www.wixapis.com/ecom/v1/abandoned-checkout/search

Errors

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

Did this help?