ShopifyPaymentsDispute - admin-graphql - OBJECT
Version: unstable
Description:
A dispute occurs when a buyer questions the legitimacy of a charge with their financial institution.
Access Scopes
User must have `read_shopify_payments_disputes` access.
Fields
-
amount:
MoneyV2! -
The total amount disputed by the cardholder.
-
evidenceDueBy:
Date -
The deadline for evidence submission.
-
evidenceSentOn:
Date -
The date when evidence was sent. Returns null if evidence hasn't yet been sent.
-
finalizedOn:
Date -
The date when this dispute was resolved. Returns null if the dispute isn't yet resolved.
-
id:
ID! -
A globally-unique ID.
-
initiatedAt:
DateTime! -
The date when this dispute was initiated.
-
legacyResourceId:
UnsignedInt64! -
The ID of the corresponding resource in the REST Admin API.
-
order:
Order -
The order that contains the charge that's under dispute.
-
reasonDetails:
ShopifyPaymentsDisputeReasonDetails! -
The reason of the dispute.
-
status:
DisputeStatus! -
The current state of the dispute.
-
type:
DisputeType! -
Indicates if this dispute is still in the inquiry phase or has turned into a chargeback.
Connections
Related queries
-
dispute
Returns dispute details based on ID.
-
disputes
All disputes related to the Shop.
Related mutations
Related Unions
Examples