Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderCapturePayload
Return type for orderCapture mutation.
Signature:
export interface OrderCapturePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| transaction? | Maybe<OrderTransaction> | (Optional) The created capture transaction. | |
| userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |