draftOrderLineUpdate
DEPRECATED
This will be removed on August 15, 2025. Use nauticalDraftOrderLineUpdate instead.
Updates an order line of a draft or quote order.
draftOrderLineUpdate(
id: ID!
input: OrderLineInput!
): DraftOrderLineUpdate @deprecated
Arguments
draftOrderLineUpdate.id ● ID! non-null scalar
ID of the order line to update.
draftOrderLineUpdate.input ● OrderLineInput! non-null input
Fields required to update an order line.
Type
DraftOrderLineUpdate object
Updates an order line of a draft or quote order.