OrderDisputeSummary object

A summary of the important details for a dispute on an order.

Required access

read_orders access scope.

On this page

Fields

  • id ([ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01))
    Globally unique identifier.
  • initiatedAs ([DisputeType!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/disputetype))
    The type that the dispute was initiated as.
  • status ([DisputeStatus!](https://shopify.dev/docs/admin-api/graphql/reference/shopify-payments/disputestatus))
    The current status of the dispute.

Types that return OrderDisputeSummary

  • [Order.disputes](https://shopify.dev/docs/admin-api/graphql/reference/orders/order#disputes-2021-01)

Implements

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)