Abandoned Cart Range Settings
The Abandoned Cart Range setting lets you specify which abandoned carts are included in the export. Choose the option that best fits your reporting or marketing requirements.
1. Navigate to Create New Export.
2. Go to the Export section and select Abandoned Cart.
3. Click Abandoned Cart to configure the export settings.
4. By default, the abandoned cart range is set to 30 days.
5. To modify the range, click Edit in the upper-left corner.
6. Select your preferred abandoned cart duration and save the changes.
The selected range determines which abandoned carts will be included in the exported data.
|
Abandoned Cart Since | Exports all abandoned carts created on or after a specified date. | To retrieve abandoned carts accumulated since a particular date. | Set the date to 1 January 2026. It will include all abandoned carts created from 1 January 2026 onwards. |
Abandoned Cart Older Than | Exports abandoned carts that have been abandoned for more than the specified number of days. | To target customers who have not returned to complete their purchase after a certain period. | Set the value to 30 days. It will include only carts that have been abandoned for more than 30 days. |
Date Range Prefered | Exports abandoned carts created within a selected date range. | To specify reporting period, such as a campaign, month, or quarter. | Select 1 May 2026 – 31 May 2026. It will include only carts abandoned during that period. |
Dynamic Days | Exports abandoned carts from a rolling date range based on the current export date. | To scheduled exports and want to automatically include the most recent abandoned carts. | Set the value to 30 days.Export run on 30 June → Includes carts abandoned between 31 May and 30 June. |
Related Articles
Abandoned Cart Range Settings
The Abandoned Cart Range setting lets you specify which abandoned carts are included in the export. Choose the option that best fits your reporting or marketing requirements. Navigate to Create New Export. Go to the Export section and select ...
Import Orders from Etsy
This guide explains how to connect your Etsy store and import orders into Shopify using syncX: Order Export. 1. In the syncX: Order Export App, create a new order export. 2. Choose the Import option, select Etsy and click Add. 3. Rename the Etsy ...
Filter orders to be exported
The first section of the filter in the data file settings allows you to specify which orders to export. 1. Status filter By default, - Order Status is set to Open - Fulfillment Status to Any - Payment Status to Any 2. Order range Select Date Range ...
How to export orders via fulfilment location / warehouse?
Here are the steps to export orders by warehouse location: Add the "fulfillment location" field in the "Add Export Field" section. After adding the field, go to the "Filter/Source Settings" page, then filter by column and enter the filter for the ...
How can I create different email body based on whether an order count exists?
You can find the email body section in the email edit settings. Liquid mapping can generate email body, both with and without order details. Use the value below: {% if orders.count > 0 %} Here are the orders files. Please process the orders. {% else ...