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.

Delete payment terms for an order. To delete payment terms on a draft order, use a draft order mutation and include the request with the DraftOrderInput.

PaymentTermsDeleteInput!required

The input fields used to delete the payment terms.


Was this section helpful?

Anchor to PaymentTermsDeletePayload returnsPaymentTermsDeletePayload returns

ID

The deleted payment terms ID.

[PaymentTermsDeleteUserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?