Component: ACTIVATION
Abstract
Activation (aka publishing) component informs if a product has been activated (and if yes when) as well as allows product to be activated/deactivated.
Values for this component can be set via ExperienceComponentsDto.activation. The latter attribute is of ExperienceActivationSettingsDto type.
Attributes of ExperienceActivationSettingsDto
Attribute JSON path  | Data type  | Mandatory  | Settable  | Notes  | 
activated | boolean | ✓  | ✓  | If  true, this means this product is activated (or will be activated if requested with update/create operations).
If false, this means this product is deactivated (or will be deactivated if requested). Note that historically this field was called “published” | 
lastActivationDate | TimestampDto | When was this product last activated?
Expressed as number of milliseconds since January 1, 1970, 00:00:00 UTC.  | 
            Did this answer your question?
          
 
              😞
            
              😐
            
              🤩