Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderDisputeSummary
A summary of the important details for a dispute on an order.
Signature:
export interface OrderDisputeSummary extends Node
Extends: Node
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| initiatedAs | DisputeType | `${DisputeType}` | The type that the dispute was initiated as. | |
| status | DisputeStatus | `${DisputeStatus}` | The current status of the dispute. |