nauticalQuoteOrderSendToCustomer Mutation
Sends a quote order to a customer.
Arguments
#
id
ID !
Non-null
ID of the order (nautical or seller order, with Quote status) to send to the customer.
storefrontUrl
String !
Non-null
URL to send customer to for quote confirmation. Whatever URL is sent will have token
added to the search parameters of the URL, e.g. if you send http://localhost/quote , the generated URL will be http://localhost/quote?token= ...
Response
#
Returns NauticalQuoteOrderSendToCustomer .