17.4
Now is possible to use getParameterByID in scope of: Configuration, item.
Thanks to this method now developers can use configuration parameters in easy way and obtain them in easy manner, for example:
$request->asset->configuration->getParameterByID(product_configuration)->value;
($request->asset->getItemByMPN(MPN-A))->getParameterByID(item_per_marketplace)->value;
$request->asset->getParameterByID(fulfillment_param_b)->value;