Skip to main content

DraftOrderLinesCreate

Result of draft order lines add mutation.

type DraftOrderLinesCreate {
order: Order
orderLines: [OrderLine!]!
orderErrors: [OrderError!]!
}

Fields

DraftOrderLinesCreate.order ● Order object

Order with added lines.

DraftOrderLinesCreate.orderLines ● [OrderLine!]! non-null object

Added order lines.

DraftOrderLinesCreate.orderErrors ● [OrderError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

draftOrderLinesCreate mutation

Was this page helpful?