Skip to main content

nauticalOrderBulkAssignCustomer

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

nauticalOrderBulkAssignCustomer(
ids: [ID!]!
user: ID!
): NauticalOrderBulkAssignCustomer

Arguments

nauticalOrderBulkAssignCustomer.ids ● [ID!]! non-null scalar

List of nautical order IDs to assign given customer to. The given orders must not have any customer assigned already.

nauticalOrderBulkAssignCustomer.user ● ID! non-null scalar

ID of the user to attach to the orders. User must have the same email as the email on the given orders.

Type

NauticalOrderBulkAssignCustomer object

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

Was this page helpful?