Home > Docs > WooCommerce Order Coupon Subscription Export Import for WooCommerce – Troubleshooting Guide

WooCommerce Order Coupon Subscription Export Import for WooCommerce – Troubleshooting Guide

Last updated on July 22, 2025

The WebToffee pluginOrder, Coupon, Subscription Export Import for WooCommerce, efficiently handles all your import export tasks related to WooCommerce orders. But what if the import-export operation is not working as expected? 

The Logs section in the import-export plugins by WebToffee gives you a detailed history of the import-export operation. So, if anything goes wrong, check the log report for an overview of the events. However, some functional errors can occur during the import-export operation. To resolve them, refer to the below, which lists some of the most common errors encountered.

ErrorWhen do they occurPossible solutions



same ID already exists
During  import, when you try to add an order, but an order with the same ID is already available in your store.Update the existing order.
Or 

Skip adding the order.



conflicts with an existing post
During import, when you try to add an order(by its ID), but the Order ID conflicts with an existing Post ID.


Example: You are trying to import an order with ID:1080, but if you have a product/coupon or any other post with ID:1080; then the order will not get imported with the ID: 1080.
This operation is halted by the default WordPress system.
For free version users:
Skip adding the order 
Or

If possible, change the order ID in the input CSV file.

For premium version users:
Import as new order
Invalid date formatIn the input file, the date is not specified in the required format.In the input file, specify the correct date format. Default date format is YYYY-MM-DD.
To import order date in DD-MM-YYYY format, use the expression: {order_date@d/m/Y} while mapping.
Unknown order statusWhen the plugin encounters an order status that is not a default WooCommerce order status.Use any of the default WooCommerce order statuses like:
  • processing
  • pending
  • completed

Updating the existing order

During import, in step 4: Advanced Options/Batch Import/Scheduling > select Update for the option: If order exists in the store.

Update orders if it exists
Update orders if it exists

Import as new order

When you do want to import a new order from the input file and its ID conflicts with an existing Post ID, you can import the order as a new item. This will import the order with a new ID. 

To do so: select Import as new item for the option: If conflict with an existing Post ID.

Import as new item
Import as a new item

Coupons

ErrorWhen do they occurPossible solutions
same ID already existsDuring  import, when you try to add a coupon, but a coupon with the same ID is already available in your store.Update the existing coupon.
Or 
Skip adding the coupon.
same Code already existsDuring  import, when you try to add a coupon, but,  a coupon with the same code is already available in your store.Update the existing coupon.
Or

In the input file, change the code in the column: post_title.
conflicts with an existing postDuring import, when you try to add a coupon(by its ID), but the Coupon ID conflicts with an existing Post ID.For free version users:
If possible, change the coupon ID in the input CSV file.
Or 

Skip adding the coupon. 

For premium version users:
Import as new coupon
Invalid discount typeIn the input file, the coupon type is not specified in the required format.In the input file, specify correct values for the column: discount_type as: percent, fixed_cart(only lower case letters are allowed).
Cannot insert withoutWhen you are trying to import the coupon without a coupon code.In the input file, the column: post_title must have the coupon code value.

Updating the existing coupon

During import, in step 4: Advanced Options/Batch Import/Scheduling > select Update for the option: If the coupon exists in the store.

Update Existing Coupon
Update Existing Coupon

Import as new coupon

When you do want to import a new coupon from the input file and its ID conflicts with an existing Post ID, you can import the coupon as a new item. This will import the coupon with a new ID. 

To do so: select Import as new item for the option: If conflict with an existing Post ID.

Import as new coupon
Import as new coupon

For further assistance, contact the WebToffee support team