ProductCommandDTO
contentstringRequired
The command to execute
online_onlybooleanRequired
Indicated if the command should be executed only when the customer is online
stagestringRequired
The stage of which the Product Command should be executed. Possible options: on_purchase, on_expire, on_refund, on_renew, on_chargeback, on_trial_start, on_trial_expire
Example
{
"stage": "on_purchase",
"content": "string",
"online_only": true
}