Skip to main content
Anchor to PaymentTermsCreateUserError

PaymentTermsCreateUserError

object

An error that occurs during the execution of PaymentTermsCreate.

•PaymentTermsCreateUserErrorCode

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

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

Arguments

Anchor to paymentTermsAttributespaymentTermsAttributes
•PaymentTermsCreateInput!required

The attributes used to create the payment terms.

•ID!required

Specifies the reference orderId to add the payment terms for.


Fields

•PaymentTerms

The created payment terms.

•[PaymentTermsCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?