Skip to main content

NauticalOrderBulkImportResult

Per-row outcome of a historical order import.

type NauticalOrderBulkImportResult {
index: Int!
nauticalOrder: NauticalOrder
orderErrors: [OrderError!]!
}

Fields

NauticalOrderBulkImportResult.index ● Int! non-null scalar

Position of the row in the request.

NauticalOrderBulkImportResult.nauticalOrder ● NauticalOrder object

The imported order, when the row succeeded.

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

Errors that failed this row.

Member Of

NauticalOrderBulkImport object

Was this page helpful?