AbandonedCheckoutStoreConfigurationUpdateCommandDto
Represents a command associated with the store-level abandoned checkout configuration.
commandstringRequired
The command to execute.
online_onlybooleanRequired
Indicates if the command should be executed if the player is online.
Example
{
"command": "string",
"online_only": true
}