Export Abandoned Checkouts
This task will export any abandoned checkouts from your Shopify store to an XML file.
Important
This task uses Shopify's REST API, which is now deprecated. We recommend migrating to the equivalent GraphQL API task. See here for more information.
Settings
Connection
Required
The Shopify connection to use. See Shopify Connection if you require more information on how to create/manage connections.
Export Meta Data
Required
Optionally export the custom meta data for records. Set to True
to export all meta data, otherwise False
to not have the data included. Defaults to False
.
Export Settings
-
Date Created
Used when exporting new records. -
Date Modified
Used when exporting modified records. -
Export Modified, New or All Records
If modified, new or all records should be exported.
From ID
Required
If an ID number is specified, the task will only export customers with an ID number greater than the ID number entered.
Page Size
Required
Used to control the number of records that are exported per page. Defaults to 100
.
Status
Optional
Filters the export based on the status of the abandoned checkouts. The following options are available:
- Open
- Closed
Timeout
Optional
The length of time to wait (in seconds) for Shopify to respond to each API request. If left blank, or set to 0 or less, a default value of 100 seconds will be applied.
Output File
Required
The XML file to save the list of abandoned checkouts to.
Zynk Settings
See Common Task Settings.
Permissions
This task requires the following permissions in your Shopify app:
- read_orders
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<checkouts type="array" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<checkout>
<id>34433093828837</id>
<created-at>2023-02-28T21:37:06+00:00</created-at>
<updated-at>2023-03-01T10:17:54+00:00</updated-at>
<abandoned-checkout-url>https://price-towne-and-kulas.myshopify.com/19566251/checkouts/ac/301bed06e619fcb5d1641828fbe7a9de/recover?key=b85be33b32cd0a731d4e8f1a6727a491</abandoned-checkout-url>
<billing-address>
<address1>Office 16</address1>
<address2>6-8 Charlotte Square</address2>
<city>Newcastle upon Type</city>
<country>GB</country>
<country-code>GB</country-code>
<customer-id xsi:nil="true" />
<default xsi:nil="true" />
<first-name>John</first-name>
<last-name>Smith</last-name>
<name>John Smith</name>
<phone>0191 820 1484</phone>
<province>ENG</province>
<province-code>ENG</province-code>
<zip>NE1 4XF</zip>
</billing-address>
<buyer-accepts-marketing>true</buyer-accepts-marketing>
<buyer-accepts-sms-marketing xsi:nil="true" />
<cart-token>301bed06e619fcb5d1641828fbe7a9de</cart-token>
<closed-at xsi:nil="true" />
<completed-at xsi:nil="true" />
<currency>GBP</currency>
<customer>
<id>6830779859173</id>
<created-at>2022-12-01T10:38:26+00:00</created-at>
<updated-at>2023-03-01T00:47:31+00:00</updated-at>
<currency>GBP</currency>
<default-address>
<id>8560140222693</id>
<address1>Office 16</address1>
<address2>6-8 Charlotte Square</address2>
<city>Newcastle upon Type</city>
<country>United Kingdom</country>
<country-code>GB</country-code>
<country-name>United Kingdom</country-name>
<customer-id>6830779859173</customer-id>
<default>true</default>
<first-name>John</first-name>
<last-name>Smith</last-name>
<name>John Smith</name>
<phone>0191 820 1484</phone>
<province>England</province>
<province-code>ENG</province-code>
<zip>NE1 4XF</zip>
</default-address>
<email>[email protected]</email>
<email-marketing-consent>
<state>subscribed</state>
<opt-in-level>single_opt_in</opt-in-level>
<consent-updated-at>2022-12-01T10:38:27+00:00</consent-updated-at>
</email-marketing-consent>
<first-name>John</first-name>
<last-name>Smith</last-name>
<last-order-id>5028315267301</last-order-id>
<last-order-name>#14168</last-order-name>
<orders-count>1</orders-count>
<state>disabled</state>
<tags />
<tax-exempt>false</tax-exempt>
<tax-exemptions />
<total-spent>343.76</total-spent>
<verified-email>true</verified-email>
</customer>
<customer-locale>en-GB</customer-locale>
<device-id xsi:nil="true" />
<discount-codes />
<email>[email protected]</email>
<landing-site />
<line-items>
<line-item>
<destination-location-id xsi:nil="true" />
<fulfillment-service>manual</fulfillment-service>
<gift-card>false</gift-card>
<grams>25000</grams>
<line-price>106.00</line-price>
<origin-location-id xsi:nil="true" />
<presentment-title>CIP Liquid Caustic Detergent (25L)</presentment-title>
<presentment-variant-title>Default Title</presentment-variant-title>
<product-id>1630497931319</product-id>
<properties />
<price>53.00</price>
<quantity>2</quantity>
<requires-shipping>true</requires-shipping>
<sku>EVR049KEV</sku>
<tax-lines>
<tax-line>
<title>GB VAT</title>
<price>21.20</price>
<rate>0.2</rate>
<channel-liable>false</channel-liable>
</tax-line>
</tax-lines>
<taxable>true</taxable>
<title>CIP Liquid Caustic Detergent (25L)</title>
<unit-price-measurement>
<measured-type />
<quantity-unit />
<quantity-value>0.0</quantity-value>
<reference-unit />
<reference-value>0</reference-value>
</unit-price-measurement>
<variant-id>14232562892855</variant-id>
<variant-price>53.00</variant-price>
<vendor>Zynk Software</vendor>
</line-item>
</line-items>
<location-id xsi:nil="true" />
<name>#34433093828837</name>
<note>Carriage correct</note>
<note-attributes>
<note-attribute>
<name>Add Tail Lift Delivery</name>
<value>No</value>
</note-attribute>
</note-attributes>
<presentment-currency>GBP</presentment-currency>
<referring-site />
<shipping-address>
<address1>Office 16</address1>
<address2>6-8 Charlotte Square</address2>
<city>Newcastle upon Type</city>
<country>GB</country>
<country-code>GB</country-code>
<customer-id xsi:nil="true" />
<default xsi:nil="true" />
<first-name>John</first-name>
<last-name>Smith</last-name>
<name>John Smith</name>
<phone>0191 820 1484</phone>
<province>ENG</province>
<province-code>ENG</province-code>
<zip>NE1 4XF</zip>
</shipping-address>
<shipping-lines>
<shipping-line>
<api-client-id>580111</api-client-id>
<carrier-identifier>2eb5eb8105d77d0a56ca5c0e08aab1e3</carrier-identifier>
<carrier-service-id>64071794917</carrier-service-id>
<code>Hazardous / Large Parcel Courier</code>
<delivery-option-group>
<token>b382bcb50aaaad3bc70356ba6320e611</token>
<type>one_time_purchase</type>
</delivery-option-group>
<markup>0.00</markup>
<presentment-title>Hazardous / Large Parcel Courier</presentment-title>
<price>48.50</price>
<source>PI Bespoke Shipping</source>
<tax-lines>
<tax-line>
<title>GB VAT</title>
<price>9.70</price>
<rate>0.2</rate>
<channel-liable>false</channel-liable>
</tax-line>
</tax-lines>
<title>Hazardous / Large Parcel Courier</title>
</shipping-line>
</shipping-lines>
<source-name>web</source-name>
<subtotal-price>106.00</subtotal-price>
<tax-lines>
<tax-line>
<title>GB VAT</title>
<price>21.20</price>
<rate>0.2</rate>
<channel-liable>false</channel-liable>
</tax-line>
<tax-line>
<title>GB VAT</title>
<price>9.70</price>
<rate>0.2</rate>
<channel-liable>false</channel-liable>
</tax-line>
</tax-lines>
<taxes-included>false</taxes-included>
<token>a1039a2369f6040c0283e8b8f301de41</token>
<total-discounts>0.00</total-discounts>
<total-duties xsi:nil="true" />
<total-line-items-price>106.00</total-line-items-price>
<total-price>185.40</total-price>
<total-tax>30.90</total-tax>
<total-weight>50000</total-weight>
<user-id xsi:nil="true" />
</checkout>
</checkouts>