Skip to main content

Update a Rule Promotion

PUT 

/v2/rule-promotions/:promotionID

Updates an existing Rule Promotion specified by its promotion ID. This includes both semantic and syntactic validation to ensure correctness. For example, the start date must be earlier than the end date.

Editable fields include:

  • name
  • description
  • enabled
  • start
  • end
  • automatic
  • stackable
  • override_stacking
  • rule_set

Please refer to the OpenAPI examples section on this page for sample update requests.

Request

Responses

OK