Skip to main content

orderMarkAsPaid Mutation

Mark order as manually paid.

Requires the MANAGE_ORDERSpermission.
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.

Requires the MANAGE_ORDERSpermission.