Skip to main content

orderMarkAsPaid

Mark order as manually paid.

Requires MANAGE_ORDERSpermission.
orderMarkAsPaid(
id: ID!
transactionReference: String
): OrderMarkAsPaid

Arguments

orderMarkAsPaid.id ● ID! non-null scalar miscellaneous

ID of the order to mark paid.

orderMarkAsPaid.transactionReference ● String scalar miscellaneous

The external transaction reference.

Type

OrderMarkAsPaid object orders

Mark order as manually paid.

Requires MANAGE_ORDERSpermission.