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:
|
disputes.status |
Disputes Status (type: text). The current status of the dispute. Valid values:
|
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