Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns dispute details based on ID.

ID!required

The ID of the ShopifyPaymentsDispute to return.


Was this section helpful?

Anchor to ShopifyPaymentsDisputeShopifyPaymentsDispute

A dispute occurs when a buyer questions the legitimacy of a charge with their financial institution.

amount
non-null

The total amount disputed by the cardholder.

evidenceDueBy

The deadline for evidence submission.

evidenceSentOn

The date when evidence was sent. Returns null if evidence hasn't yet been sent.

finalizedOn

The date when this dispute was resolved. Returns null if the dispute isn't yet resolved.

id
non-null

A globally-unique ID.

initiatedAt
non-null

The date when this dispute was initiated.

legacyResourceId
non-null

The ID of the corresponding resource in the REST Admin API.

order

The order that contains the charge that's under dispute.

reasonDetails
non-null

The reason of the dispute.

status
non-null

The current state of the dispute.

type
non-null

Indicates if this dispute is still in the inquiry phase or has turned into a chargeback.


Was this section helpful?