This is called by the support tool when the support agent clicks on one of the context commands returned by
.
| Name | Type | Required | Description |
| key | string | ✔ | This is the "Asset Server Key" that you provided in your app's Steam Economy Settings on the partner site. |
| steamid | uint64 | ✔ | The 64-bit Steam ID of the user to run the command on. |
| contextid | uint64 | ✔ | The 64-bit ID of the context that asset exists in. |
| actorid | uint32 | ✔ | A 32-bit ID for the support agent executing this command. Use this for auditing purposes when you log this action. |
| command | string | | The name of the command being executed. |
| assetid | uint32 | | The asset ID of the asset to perform this command on. This parameter will only be present if asset_command was returned as true when the command was returned from GetContexts. |
| (other arguments) | uint32 | | Any options in the command will be returned with the option name as the key and the selected option value as the value. Any spaces in the option name will be replaced by underscores. |
The output from this method should be encoded in the JSON format.