Skip to main content

batchCreateCustomers

Create one or more customers at once
Precondition: The external id must not exist in the database
Requirement:
externalID: An external id, could be a customer id from an external system
Default limit: 1000 customers per request
Restrictions: Requires an admin user

batchCreateCustomers(
input: [BatchCreateCustomerInput!]!
): Job!

Arguments

input ● [BatchCreateCustomerInput!]!

Type

Job

A Job contains the id of the row and status of a queued mutation in the database