Skip to main content

nauticalDraftOrderComplete

Completes creating an order.

nauticalDraftOrderComplete(
id: ID
paymentData: JSONString
token: String
): NauticalDraftOrderComplete

Arguments

nauticalDraftOrderComplete.id ● ID scalar

Optional ID of the Nautical Order to be completed. Either 'id' or 'token' must be provided to identify the Nautical Order. If both are provided, only the 'id' field will be used.

nauticalDraftOrderComplete.paymentData ● JSONString scalar

Client-side generated data required to finalize the payment for a quote order.

nauticalDraftOrderComplete.token ● String scalar

Optional Token of the Nautical Order to be completed. Used to enable access by storefront user. Either 'id' or 'token' must be provided to identify the Nautical Order. If both are provided, only the 'id' field will be used.

Type

NauticalDraftOrderComplete object

Completes creating an order.

Was this page helpful?