Skip to main content
Version: 3.x

orderMarkAsPaid

Mark order as manually paid.

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

Arguments

orderMarkAsPaid.id ● ID! non-null scalar

ID of the order to mark paid.

orderMarkAsPaid.transactionReference ● String scalar

The external transaction reference.

Type

OrderMarkAsPaid object

Mark order as manually paid.

Requires MANAGE_ORDERSpermission.

Was this page helpful?