Skip to main content

draftOrderLineUpdate

DEPRECATED

This will be removed on August 15, 2025. Use nauticalDraftOrderLineUpdate instead.

Updates quantity of a draft seller order line. Requires MANAGE_DRAFT_AND_QUOTE_ORDERS permission.

draftOrderLineUpdate(
id: ID!
input: OrderLineInput!
): DraftOrderLineUpdate! @deprecated

Arguments

draftOrderLineUpdate.id ● ID! non-null scalar

draftOrderLineUpdate.input ● OrderLineInput! non-null input

Type

DraftOrderLineUpdate object

Result of draft order line update mutation.

Was this page helpful?