orderCapture Mutation
Capture an order.
orderCapture(
amount: PositiveDecimal!
id: ID!
): OrderCapture
Details
type OrderCapture {
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
Arguments
amount ● PositiveDecimal!
Amount of money to capture.
id ● ID!
ID of the order to capture.
Type
OrderCapture
Capture an order.