How can I export Shopify orders based on dispute/chargeback status?

You can use the folowing fields to filter orders based on dispute type and status:

disputes.initiated_as Disputes Types (type: text). The type that the dispute was initiated as. Valid values:
  • CHARGEBACK: The dispute has turned into a chargeback.
  • INQUIRY: The dispute is in the inquiry phase.
disputes.status Disputes Status (type: text). The current status of the dispute. Valid values:
  • ACCEPTED
  • LOST
  • NEEDS_RESPONSE
  • PREVENTED
  • UNDER_REVIEW
  • WON

For example, to only export orders with a "CHARGEBACK" dispute type and "WON" dispute status, you can add these filters in the Custom Filters section of the Data Settings:

Data must match: all conditions

  • Disputes Types contains CHARGEBACK
  • Disputes Status contains WON

App: EZ Exporter

Tags: shopify disputes, shopify order export