Skip to main content

orderMarkAsPaid Mutation

Mark order as manually paid.

Requires the MANAGE_ORDERSpermission.
orderMarkAsPaid(
id: ID!
transactionReference: String
): OrderMarkAsPaid
Show return type

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.