FAQ

How does Exporteo handle failed exports?

What happens if the external server is offline or inaccessible temporarily? Does Exporteo keep trying until it is successful, or will that export simply be lost?

In case of any error, Exporteo retries to export an order up to 10 times. Find out more details on the automatic retries page.

Is it possible to sync old orders?

Exporteo allows existing orders to be processed if they are not older than 60 days. Navigate to the Orders section of your Shopify dashboard. Select the orders you want to sync. A bar appears at the top of the list. Click the button with the three dots and pick the option Process in Exporteo. Next, select an automation you want to use for the export and hit Start.

Reprocess selected orders in Exporteo animated
Reprocess selected orders in Exporteo

How to exclude removed items?

Shopify retains removed items in the order data and preserves their original quantity. The current_quantity property represents the line item quantity after subtracting any removed units.

To exclude removed items, add a conditional statement that checks whether current_quantity > 0.

How to add our brand logo to the PDF invoice?

You can add an <img> element linked to the logo image hosted on your website.

If you have your logo in SVG format then you can insert it directly as an <svg> element in the output template.

You can switch to the preview mode to check if the logo looks good.

How to add multiple sheets to an Excel file

You can include different order data in separate sheets when exporting orders as Excel files.

To create a new sheet in the template, use the following syntax:

Each time you use === SheetName ===, the app will start a new sheet with the specified name. Add your column headers and data lines below this command, just like in a standard Excel export template.

Exporting order data into separate Excel sheets with Exporteo

Last updated