retrieveCustomerGroup - Customer Module Reference
This documentation provides a reference to the retrieveCustomerGroup
method. This belongs to the Customer Module.
This method retrieves a customer group by its ID.
Example
Parameters
groupId
stringRequiredThe customer group's ID.
config
FindConfig<CustomerGroupDTO>The configurations determining how the customer group is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a customer group.
config
FindConfig<CustomerGroupDTO>select
or relations
, accept the
attributes or relations associated with a customer group.Returns
The retrieved customer group.
Was this section helpful?