Skip to main content
POST
cURL
Each customer is processed independently. If some customers fail (e.g., duplicate email or customer key), the others will still be created. Check both customers_created and customers_failed arrays in the response to handle partial failures.
A maximum of 100 customers can be created per request. Each customer accepts the same fields as the single create endpoint.

Authorizations

x-api-key
string
header
required

Body

application/json
customers
object[]
required

Array of customer objects to create (max 100)

Maximum array length: 100

Response

Bulk creation completed (may include partial failures)

statusCode
integer
Example:

200

message
string
Example:

"Bulk Customer Creation Completed"

data
object
errors
object