Skip to main content

triggerQuoteSend

Trigger quote send event.

Initiates the process to send quote to the customer with quote details and information.

Possible errors:

  • ORDER_NOT_FOUND: Order with the specified ID does not exist
  • VALIDATION_ERROR: Invalid input data provided
  • FORBIDDEN: Insufficient permissions to trigger quote send

AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]

triggerQuoteSend(
input: TriggerQuoteSendEventInput!
): Boolean!

Arguments

triggerQuoteSend.input ● TriggerQuoteSendEventInput! non-null input

Input data for triggering quote send

Type

Boolean scalar

The Boolean scalar type represents true or false.