Hello,
we're trying to change the partition type of the root product partition to Unit to achieve the result of resetting the root product group to "all products ";
essentially, the functionality that we can get from the AdWrods Script code
var rpg = shoppingadgroup.rootProductGroup()
rpg.removeAllChildren();
Is it possible at all? We're using the BatchJobService in python.
Thanks