ePages 7.37.0 - DE_EPAGES/AppStore/API/Shop.pm

Package DE_EPAGES::AppStore::API::Shop

This package provides shop functions of AppStore.

@EXPORT_OK
CreateUnityScriptTagsApp
DeleteUnityScriptTagsApp
GetUnityScriptTagsApp
GetRegisterSessionScriptUrl

Functions

CreateUnityScriptTagsApp
DeleteUnityScriptTagsApp
GetRegisterSessionScriptUrl
GetUnityScriptTagsApp

CreateUnityScriptTagsApp

Creates a new private developer app used to hand over script-tags to Unity (epages-ui).

Syntax
CreateUnityScriptTagsApp($Shop);
Input
$Shop (object)
shop object
Return
$ScriptTagAppClient (object)
script-tags app client

DeleteUnityScriptTagsApp

Deletes the Unity script-tags app for the given shop.

Syntax
DeleteUnityScriptTagsApp($Shop);
Input
$Shop (object)
shop object
Return
$ScriptTagAppClient (object)
script-tags app client

GetRegisterSessionScriptUrl

Returns the script URL for the register session script tag

Syntax
GetRegisterSessionScriptUrl($Shop);
Input
$Shop (object)
shop object
Return
$RegisterSessionScriptUrl (string)
relative URL

GetUnityScriptTagsApp

Get the app used to hand over script-tags to Unity (epages-ui) for the given shop.

Syntax
GetUnityScriptTagsApp($Shop);
Input
$Shop (object)
shop object
Return
$ScriptTagAppClient (object)
script-tags app client