draftOrderComplete
DEPRECATED
This will be removed on August 15, 2025. Use nauticalDraftOrderComplete instead.
Completes creating an order.
draftOrderComplete(
id: ID!
paymentData: JSONString
seller: ID!
): DraftOrderComplete @deprecated
Arguments
draftOrderComplete.id ● ID! non-null scalar
ID of the order that will be completed.
draftOrderComplete.paymentData ● JSONString scalar
Client-side generated data required to finalize the payment for a quote order.
draftOrderComplete.seller ● ID! non-null scalar
ID of the seller to attach the order to
Type
DraftOrderComplete object
Completes creating an order.