How to avoid removed items when exporting orders to CSV

Some of our providers rely on exported CSV orders, but I noticed that when I export an order with removed items, the removed items still get exported, and there is no way to tell from the CSV that they were removed.

Hi,

The following can help to handle the issue

  • Use Shopify’s Admin API to create a custom export script that excludes removed items
  • Export CSV and manually clean up the data using spreadsheet tools.
  • if applicable use Shopify scripts for advanced automation
  • Use apps offer advanced reporting and export features