updateCampaigns - Promotion Module Reference
This documentation provides a reference to the updateCampaigns
method. This belongs to the Promotion Module.
updateCampaigns(data, sharedContext?): Promise<CampaignDTO[]>
This method updates existing campaigns.
Example
Parameters
The attributes to update in the campaigns.
Returns
The updated campaigns.
updateCampaigns(data, sharedContext?): Promise<CampaignDTO>
This method updates an existing campaign.
Example
Parameters
The attributes to update in the campaign.
Returns
The updated campaign.
Was this section helpful?