Skip to main content
Anchor to OrderCreateManualPaymentOrderCreateManualPaymentError

OrderCreateManualPaymentOrderCreateManualPaymentError

object

Requires read_orders access scope. Also: The user must have mark_orders_as_paid permission.

An error that occurs during the execution of a order create manual payment mutation.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Create a manual payment for an order. You can only create a manual payment for an order if it isn't already fully paid.

Arguments

•MoneyInput

The manual payment amount to be created.

•ID!required

The ID of the order to create a manual payment for.

•String

The name of the payment method used for creating the payment. If none is provided, then the default manual payment method ('Other') will be used.


Fields

•Order

The order recorded a manual payment.

•[OrderCreateManualPaymentOrderCreateManualPaymentError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?