Creates up to 100 customers in a single request. Each customer is processed independently — if one fails, the rest will still be created.
This is useful for:
Each customer in the customers array accepts the same fields as the single Create Customer endpoint.
The response includes both customers_created and customers_failed arrays so you can handle partial failures gracefully.
Array of customer objects to create (max 100)
100