Hi, can’t find a way to get all campaigns in CampaignService, in litium 7 there was
_moduleECommerce.Campaigns.GetAll()
Use the DataService.CreateQuery<Campaign>() and search for the campaign.
See Data service (litium.com) for more information about data service.