Skip to main content
mutation

Requires write_payment_terms access scope. Also: The user must have access to orders or draft orders.

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.

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.


Was this section helpful?

Anchor to PaymentTermsCreatePayload returnsPaymentTermsCreatePayload returns

•PaymentTerms

The created payment terms.

•[PaymentTermsCreateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?
OSZAR »