Skip to main content
Anchor to PaymentTermsCreatePayload

PaymentTermsCreatePayload

payload

Return type for paymentTermsCreate mutation.

•PaymentTerms

The created payment terms.

•[PaymentTermsCreateUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•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

•ID!
required

Specifies the reference orderId to add the payment terms for.

Anchor to paymentTermsAttributespaymentTermsAttributes
•PaymentTermsCreateInput!
required

The attributes used to create the payment terms.



Was this section helpful?