hook_ec_perm()
ecommerce-5--4/docs/developer/hooks/core.php, line 37
Return e-Commerce permissions to ec_common - this allows all e-Commerce permissions to appear in the same place.
See hook_perm() for usage.
<?php
function hook_ec_perm() {
return array('manage subproducts');
}
?>