Skip to main content
mutation

Requires write_payment_terms access scope. Also: User must have either orders or draft orders access according to the reference.

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.

PaymentTermsUpdateInput!required

The input fields used to update the payment terms.


Was this section helpful?

Anchor to PaymentTermsUpdatePayload returnsPaymentTermsUpdatePayload returns

PaymentTerms

The updated payment terms.

[PaymentTermsUpdateUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?