Skip to main content

NauticalOrderBulkAssignCustomer

Adds customers to orders that are not attached to existing customers.

type NauticalOrderBulkAssignCustomer {
successfulOrders: [NauticalOrder!]
failedOrders: [OrderUserOverrideFailure!]
}

Fields

NauticalOrderBulkAssignCustomer.successfulOrders ● [NauticalOrder!] list object

The orders that had their user updated.

NauticalOrderBulkAssignCustomer.failedOrders ● [OrderUserOverrideFailure!] list object

The orders that could not have their user updated.

Returned By

nauticalOrderBulkAssignCustomer mutation

Was this page helpful?