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