stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderCapturePayload

AdminTypes.OrderCapturePayload interface

Return type for orderCapture mutation.

Signature:

export interface OrderCapturePayload 

Properties

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.