Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to orderCreateManualPayment

orderCreateManualPayment

mutation

Requires write_orders access scope. Also: The user must have mark_orders_as_paid permission. The API client must be installed on a Shopify Plus store to use the amount field.

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

The manual payment amount to be created.

ID!required

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

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.


Was this section helpful?

Anchor to OrderCreateManualPaymentPayload returnsOrderCreateManualPaymentPayload returns

The order recorded a manual payment.

The list of errors that occurred from executing the mutation.


Was this section helpful?