Skip to main content
Anchor to ShopifyPaymentsDispute

ShopifyPaymentsDispute

object

Requires User must have read_shopify_payments_disputes access.

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

MoneyV2!
non-null

The total amount disputed by the cardholder.

ShopifyPaymentsDisputeEvidence!
non-null

The evidence associated with the dispute.

DateTime

The deadline for evidence submission.

DateTime

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

DateTime

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

ID!
non-null

A globally-unique ID.

DateTime!
non-null

The date when this dispute was initiated.

UnsignedInt64!
non-null

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

Order

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

ShopifyPaymentsDisputeReasonDetails!
non-null

The reason of the dispute.

DisputeStatus!
non-null

The current state of the dispute.

DisputeType!
non-null

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


Was this section helpful?

query

Returns a ShopifyPaymentsDispute resource by ID.

Arguments

ID!
required

The ID of the ShopifyPaymentsDispute to return.


query

All disputes related to the Shop.

Arguments

Int

The first n elements from the paginated list.

String

The elements that come after the specified cursor.

Int

The last n elements from the paginated list.

String

The elements that come before the specified cursor.

Boolean
Default:false

Reverse the order of the underlying list.

String

A filter made up of terms, connectives, modifiers, and comparators. You can apply one or more filters to a query. Learn more about Shopify API search syntax.

id

Filter by id range.

Example:

  • id:1234
  • id:>=1234
  • id:<=1234
Anchor to initiated_at
time
string


Was this section helpful?


Was this section helpful?