Skip to main content

nauticalDraftOrderLinesCreate

Create order lines for a draft or quote order.

nauticalDraftOrderLinesCreate(
id: ID!
input: [OrderLineCreateInput!]!
): NauticalDraftOrderLinesCreate

Arguments

nauticalDraftOrderLinesCreate.id ● ID! non-null scalar

ID of the draft or quote order to add the lines to.

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

Fields required to add order lines.

Type

NauticalDraftOrderLinesCreate object

Create order lines for a draft or quote order.

Was this page helpful?