input
OrderPaymentCaptureInput!
Required
Order!
type Mutation { orderPaymentCapture(input: OrderPaymentCaptureInput!): Order! }
Mutation.
orderPaymentCapture
Manually capture payment associated with an order
Arguments
input
OrderPaymentCaptureInput!
Required
Returns:
Order!
type Mutation { orderPaymentCapture(input: OrderPaymentCaptureInput!): Order! }