Interface iPerformStoreActionSingleWithBodyAuthPayload

interface iPerformStoreActionSingleWithBodyAuthPayload {
    _isSimulation?: boolean;
    actionName: string;
    dataSecret?: string;
    dynamicDataId: string;
    payload: iPerformStoreActionPayload;
}

Properties

_isSimulation?: boolean

Whether to simulate the action

actionName: string

The name of the action to perform

dataSecret?: string

The data secret. Needed if you are not signed in as creator.

dynamicDataId: string

The dynamic data ID

The payload for this specific action

MMNEPVFCICPMFPCPTTAAATR