Skip to main content

draftOrderLinesCreate

DEPRECATED

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

Create order lines for draft or quote orders.

draftOrderLinesCreate(
id: ID!
input: [OrderLineCreateInput!]!
): DraftOrderLinesCreate @deprecated

Arguments

draftOrderLinesCreate.id ● ID! non-null scalar

ID of the draft order to add the lines to.

draftOrderLinesCreate.input ● [OrderLineCreateInput!]! non-null input

Fields required to add order lines.

Type

DraftOrderLinesCreate object

Create order lines for draft or quote orders.

Was this page helpful?