# Enable promotion use This method allows a specific promotion to be used (redeemed) by a specific customer again, if it previously has been disabled using the disableUse method. As default, promotions are set to available/enabled for use when assigned to a customer. Endpoint: POST /promotions/{promotionId}/enableUse/{customerId} Version: 4.3.0 Security: api_key ## Path parameters: - `promotionId` (string, required) Promotion identifier. (id property found on promotion object). - `customerId` (string, required) Customer identifier (id property on customer). ## Response 200 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields