ePages 7.47.0 - DE_EPAGES/ShoppingList/API/Shop.pm

Package DE_EPAGES::ShoppingList::API::Shop

This package provides the interface for Shop.

@EXPORT_OK
ShoppingListsByShop
GetAddToWishlistScriptTagUrl

Functions

GetAddToWishlistScriptTagUrl
ShoppingListsByShop

GetAddToWishlistScriptTagUrl

Returns the URL of the AddToWishlist script tag for Unity shops

Syntax
$UnityAddToWishlistScriptTagUrl = GetAddToWishlistScriptTagUrl($Shop);
Input
$Shop (object)
shop
Return
$UnityAddToWishlistScriptTagUrl (string)
script tag url

ShoppingListsByShop

Returns all ShoppingList objects of a shop (used for delete shop).

Syntax
$aShoppingLists = ShoppingListsByShop($Shop);
Input
$Shop (object)
shop
Return
$aShoppingLists (ref.array of objects)
list of shopping lists