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
)
Function UpdateShopItem (
shopId As Guid,
shopItem As ShopItem
) As ShopItem
ShopItem^ UpdateShopItem(
Guid shopId,
ShopItem^ shopItem
)
abstract UpdateShopItem :
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:
ShopItemUpdated shop item.
See Also