triggerQuoteSendRequest
Trigger quote send request event.
Initiates the process to send quote request 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 request
AUTH: Role=[order.OWNER,order.EDITOR,order.VIEWER]
triggerQuoteSendRequest(
input: TriggerQuoteSendRequestEventInput!
): Boolean!
Arguments
triggerQuoteSendRequest.input
● TriggerQuoteSendRequestEventInput!
non-null input
Input data for triggering quote send request
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.