Dispute created

The Dispute created trigger starts a workflow when a chargeback or inquiry dispute is created for an order in your store that uses Shopify Payments.

Data provided by the Dispute created trigger

The following data is provided to workflows that start with the Dispute created trigger.

Data that is provided to workflows with the Dispute created trigger.
DataDescription
disputeThe dispute that was created. Allows accessing data on the GraphQL Admin API ShopifyPaymentsDispute object

Actions

This trigger provides a dispute, which lets you use any action that requires dispute information.

Because disputes relate to orders, the trigger can also be used with actions that require orders, such as:

Disputes also relate to customers, so it can be used with customer actions, such as:

Disputes contain data about the order and transaction details. You can loop through related data and perform actions on each item by using a For each action.

Testing the trigger

To test an active workflow that starts with this trigger, you can:

API details

The Dispute created trigger allows actions to be taken with the ShopifyPaymentsDispute GraphQL API object. This trigger corresponds to the disputes/create webhook.

For other payment and order-related workflows, you might also consider: