MegaScriptIdentifier: {
    accountId: number;
    instanceName: string;
}

Defines a specific megascript. Used to generate a link to the MegaScript handler.

Type declaration

  • accountId: number

    The storefront id the megascript belongs to.

  • instanceName: string

    The instance name of the megascript.

Generated using TypeDoc