create - Customer Module Reference
This documentation provides a reference to the create
method. This belongs to the Customer Module.
create(data, sharedContext?): Promise<CustomerDTO[]>
This method creates customers.
Example
Parameters
The customers to be created.
Returns
The created customers.
create(data, sharedContext?): Promise<CustomerDTO>
This method creates a customer.
Example
Parameters
The customer to be created.
Returns
The created customer.
Was this section helpful?