Click or drag to resize

IShopHelperUpdateShopItem Method

Updates existing shop item.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ShopItem UpdateShopItem(
	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
Updated shop item.
See Also