Click or drag to resize

IShopHelper Interface

Interface for shop helpers.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IShopHelper

The IShopHelper type exposes the following members.

Methods
  NameDescription
Public methodAddShopItem
Adds the shop item to existing shop.
Public methodAddShopItemCategory
Adds the shop item category.
Public methodCreateMissingCategories
Creates missing shop item categories and updates shop items.
Public methodCreateShop(Shop)
Creates the shop.
Public methodCreateShop(Shop, Boolean)
Creates the shop.
Public methodDeleteShop
Deletes the shop.
Public methodDeleteShopItem
Deletes existing shop item.
Public methodDeleteShopItemCategory
Deletes shop item category.
Public methodFindShopItem
Returns the shop item for given article number.
Public methodGetActiveShopByNameForReseller
Gets the active shop by name for reseller.
Public methodGetDefaultShopForReseller
Gets the default shop for reseller.
Public methodGetShopById
Gets the shop by identifier.
Public methodGetShopDetailsById
Gets the shop details by identifier.
Public methodGetShopItemCategoryById
Gets the shop item category by identifier.
Public methodGetShopProducts
Gets the shop products.
Public methodListAllShopsByReseller
Lists all shops by reseller.
Public methodListAllShopsDetailsByReseller
Lists all shops details by reseller, without items.
Public methodListShopItemCategories
Lists the shop item categories.
Public methodSearchShops
Searches the shops.
Public methodUpdateShop
Updates the shop.
Public methodUpdateShopDetails
Updates shop details only.
Public methodUpdateShopItem
Updates existing shop item.
Public methodUpdateShopItemCategory
Updates shop item category.
Public methodValidateShop
Validates the shop.
Top
See Also