See: Description
final String name = "creation demo customer group name"; final CustomerGroup customerGroup = client().executeBlocking(CustomerGroupCreateCommand.of(name)); assertThat(customerGroup.getName()).isEqualTo(name); See the test code.
final String name = "creation demo customer group name"; final CustomerGroup customerGroup = client().executeBlocking(CustomerGroupCreateCommand.of(name)); assertThat(customerGroup.getName()).isEqualTo(name);
See the test code.