CampaignService no GetAll() method avaliable

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.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.