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