IShopHelperAddShopItem Method |
Adds the shop item to existing shop.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax ShopItem AddShopItem(
Guid shopId,
ShopItem shopItem
)
Function AddShopItem (
shopId As Guid,
shopItem As ShopItem
) As ShopItem
ShopItem^ AddShopItem(
Guid shopId,
ShopItem^ shopItem
)
abstract AddShopItem :
shopId : Guid *
shopItem : ShopItem -> ShopItem
Parameters
- shopId
- Type: SystemGuid
The shop identifier. - shopItem
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsShopItem
The shop item.
Return Value
Type:
ShopItemCreated shop item.
See Also