DEV

Mutation.

orderPaymentCapture

Manually capture payment associated with an order

Arguments

No description

Returns:

Order!

GraphQL
1
2
3
type Mutation {
  orderPaymentCapture(input: OrderPaymentCaptureInput!): Order!
}

Was this page helpful?