Skip to main content

nauticalDraftOrderSendToCustomer

DEPRECATED

This will be removed on September 10, 2025. Use nauticalPaymentLinkSendToCustomer instead.

Sends a quote order to a customer.

nauticalDraftOrderSendToCustomer(
id: ID!
storefrontUrl: String!
): NauticalQuoteOrderSendToCustomer @deprecated

Arguments

nauticalDraftOrderSendToCustomer.id ● ID! non-null scalar

ID of the nautical order (with Quote status) to send to the customer.

nauticalDraftOrderSendToCustomer.storefrontUrl ● String! non-null scalar

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=...

Type

NauticalQuoteOrderSendToCustomer object

Sends a quote order to a customer.

Was this page helpful?