Click or drag to resize

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
)

Parameters

shopId
Type: SystemGuid
The shop identifier.
shopItem
Type: Atomia.Billing.Core.Sdk.BusinessObjectsShopItem
The shop item.

Return Value

Type: ShopItem
Created shop item.
See Also