Skip to main content
Anchor to PaymentTermsUpdateUserError

PaymentTermsUpdateUserError

object

An error that occurs during the execution of PaymentTermsUpdate.

•PaymentTermsUpdateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!non-null

The error message.


Was this section helpful?

•mutation

Update payment terms on an order. To update payment terms on a draft order, use a draft order mutation and include the request with the DraftOrderInput.

Arguments

•PaymentTermsUpdateInput!required

The input fields used to update the payment terms.


Fields

•PaymentTerms

The updated payment terms.

•[PaymentTermsUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?