createCustomers - Customer Module Reference
This documentation provides a reference to the createCustomers
method. This belongs to the Customer Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createCustomers(data, sharedContext?): Promise<CustomerDTO[]>#
This method creates customers.
Example#
Parameters#
data
CreateCustomerDTO[]The customers to be created.
data
CreateCustomerDTO[]Returns#
Promise
Promise<CustomerDTO[]>The created customers.
Promise
Promise<CustomerDTO[]>createCustomers(data, sharedContext?): Promise<CustomerDTO>#
This method creates a customer.
Example#
Parameters#
The customer to be created.
Returns#
Promise
Promise<CustomerDTO>The created customer.
Promise
Promise<CustomerDTO>Was this page helpful?