IShopHelper Interface |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The IShopHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddShopItem |
Adds the shop item to existing shop.
|
![]() | AddShopItemCategory |
Adds the shop item category.
|
![]() | CreateMissingCategories |
Creates missing shop item categories and updates shop items.
|
![]() | CreateShop(Shop) |
Creates the shop.
|
![]() | CreateShop(Shop, Boolean) |
Creates the shop.
|
![]() | DeleteShop |
Deletes the shop.
|
![]() | DeleteShopItem |
Deletes existing shop item.
|
![]() | DeleteShopItemCategory |
Deletes shop item category.
|
![]() | FindShopItem |
Returns the shop item for given article number.
|
![]() | GetActiveShopByNameForReseller |
Gets the active shop by name for reseller.
|
![]() | GetDefaultShopForReseller |
Gets the default shop for reseller.
|
![]() | GetShopById |
Gets the shop by identifier.
|
![]() | GetShopDetailsById |
Gets the shop details by identifier.
|
![]() | GetShopItemCategoryById |
Gets the shop item category by identifier.
|
![]() | GetShopProducts |
Gets the shop products.
|
![]() | ListAllShopsByReseller |
Lists all shops by reseller.
|
![]() | ListAllShopsDetailsByReseller |
Lists all shops details by reseller, without items.
|
![]() | ListShopItemCategories |
Lists the shop item categories.
|
![]() | SearchShops |
Searches the shops.
|
![]() | UpdateShop |
Updates the shop.
|
![]() | UpdateShopDetails |
Updates shop details only.
|
![]() | UpdateShopItem |
Updates existing shop item.
|
![]() | UpdateShopItemCategory |
Updates shop item category.
|
![]() | ValidateShop |
Validates the shop.
|