orderMarkAsPaid Mutation
Mark order as manually paid.
orderMarkAsPaid(
id: ID!
transactionReference: String
): OrderMarkAsPaid
Details
type OrderMarkAsPaid {
order: Order
orderErrors: [OrderError!]! @deprecated
errors: [OrderError!]!
}
Arguments
id ● ID!
ID of the order to mark paid.
transactionReference ● String
The external transaction reference.
Type
OrderMarkAsPaid
Mark order as manually paid.